Color spaces of #dccceb
RGB | 220 | 204 | 235 |
---|---|---|---|
HSL | 0.75 | 0.44 | 0.86 |
HSV | 271° | 13° | 92° |
CMYK | 0.06 | 0.13 | 0.00 0.08 |
XYZ | 66.1035 | 64.3995 | 87.5436 |
Yxy | 64.3995 | 0.3032 | 0.2953 |
Hunter Lab | 80.2493 | 6.5990 | -8.5047 |
CIE-Lab | 84.1733 | 11.2132 | -13.2610 |
#dccceb color RGB value is (220,204,235).
#dccceb hex color red value is 220, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dccceb hue: 0.75 , saturation: 0.44 and the lightness value of dccceb is 0.86.
The process color (four color CMYK) of #dccceb color hex is 0.06, 0.13, 0.00, 0.08. Web safe color of #dccceb is #ccccff. Color #dccceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001100 | 11101011 |
Octal | 334 | 314 | 353 |
Decimal | 220 | 204 | 235 |
Hex | DC | CC | EB |
Shades of #dccceb
Tints of #dccceb
RGB Percentages of Color #dccceb
CMYK Percentages of Color #dccceb
Complementary Color
#dccceb | #dbebcc |
#dccceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccceb Color CSS Codes
.mybgcolor {background-color:#dccceb; } .myforecolor {color:#dccceb; } .mybordercolor {border:3px solid #dccceb; }
#dccceb Text Font Color
<p style="color:#dccceb">Text here</p>
This sample text font color is #dccceb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dccceb Background Color
<div style="background-color:#dccceb">
Div content here</div>
This div background color is #dccceb
#dccceb Border Color
<div style="border:3px solid #dccceb">
Div here</div>
This div border color is #dccceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,204,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccceb; -webkit-box-shadow: 1px 1px 3px 2px #dccceb; box-shadow: 1px 1px 3px 2px #dccceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,204,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dccceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccceb; -webkit-box-shadow: 1px 1px 3px 2px #dccceb; box-shadow: 1px 1px 3px 2px #dccceb;">
Div content here</div>
This div box has shadow with color #dccceb
#dccceb Color Palettes
Comments
No comments written yet.
Please login to write comment.