Color spaces of #dccaeb
RGB | 220 | 202 | 235 |
---|---|---|---|
HSL | 0.76 | 0.45 | 0.86 |
HSV | 273° | 14° | 92° |
CMYK | 0.06 | 0.14 | 0.00 0.08 |
XYZ | 65.6311 | 63.4549 | 87.3861 |
Yxy | 63.4549 | 0.3032 | 0.2931 |
Hunter Lab | 79.6586 | 7.6645 | -9.2806 |
CIE-Lab | 83.6812 | 12.2769 | -13.9980 |
#dccaeb color RGB value is (220,202,235).
#dccaeb hex color red value is 220, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dccaeb hue: 0.76 , saturation: 0.45 and the lightness value of dccaeb is 0.86.
The process color (four color CMYK) of #dccaeb color hex is 0.06, 0.14, 0.00, 0.08. Web safe color of #dccaeb is #ccccff. Color #dccaeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001010 | 11101011 |
Octal | 334 | 312 | 353 |
Decimal | 220 | 202 | 235 |
Hex | DC | CA | EB |
Shades of #dccaeb
Tints of #dccaeb
RGB Percentages of Color #dccaeb
CMYK Percentages of Color #dccaeb
Complementary Color
#dccaeb | #d9ebca |
#dccaeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccaeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccaeb Color CSS Codes
.mybgcolor {background-color:#dccaeb; } .myforecolor {color:#dccaeb; } .mybordercolor {border:3px solid #dccaeb; }
#dccaeb Text Font Color
<p style="color:#dccaeb">Text here</p>
This sample text font color is #dccaeb
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.
#dccaeb Background Color
<div style="background-color:#dccaeb">
Div content here</div>
This div background color is #dccaeb
#dccaeb Border Color
<div style="border:3px solid #dccaeb">
Div here</div>
This div border color is #dccaeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,202,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccaeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccaeb; -webkit-box-shadow: 1px 1px 3px 2px #dccaeb; box-shadow: 1px 1px 3px 2px #dccaeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,202,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 #dccaeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccaeb; -webkit-box-shadow: 1px 1px 3px 2px #dccaeb; box-shadow: 1px 1px 3px 2px #dccaeb;">
Div content here</div>
This div box has shadow with color #dccaeb
Comments
No comments written yet.
Please login to write comment.