Color spaces of #dcceed
RGB | 220 | 206 | 237 |
---|---|---|---|
HSL | 0.74 | 0.46 | 0.87 |
HSV | 267° | 13° | 93° |
CMYK | 0.07 | 0.13 | 0.00 0.07 |
XYZ | 66.8726 | 65.4727 | 89.2337 |
Yxy | 65.4727 | 0.3018 | 0.2955 |
Hunter Lab | 80.9152 | 5.9202 | -8.7447 |
CIE-Lab | 84.7267 | 10.5393 | -13.4961 |
#dcceed color RGB value is (220,206,237).
#dcceed hex color red value is 220, green value is 206 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dcceed hue: 0.74 , saturation: 0.46 and the lightness value of dcceed is 0.87.
The process color (four color CMYK) of #dcceed color hex is 0.07, 0.13, 0.00, 0.07. Web safe color of #dcceed is #ccccff. Color #dcceed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001110 | 11101101 |
Octal | 334 | 316 | 355 |
Decimal | 220 | 206 | 237 |
Hex | DC | CE | ED |
Shades of #dcceed
Tints of #dcceed
RGB Percentages of Color #dcceed
CMYK Percentages of Color #dcceed
Complementary Color
#dcceed | #dfedce |
#dcceed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcceed Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcceed Color CSS Codes
.mybgcolor {background-color:#dcceed; } .myforecolor {color:#dcceed; } .mybordercolor {border:3px solid #dcceed; }
#dcceed Text Font Color
<p style="color:#dcceed">Text here</p>
This sample text font color is #dcceed
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.
#dcceed Background Color
<div style="background-color:#dcceed">
Div content here</div>
This div background color is #dcceed
#dcceed Border Color
<div style="border:3px solid #dcceed">
Div here</div>
This div border color is #dcceed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,206,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcceed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcceed; -webkit-box-shadow: 1px 1px 3px 2px #dcceed; box-shadow: 1px 1px 3px 2px #dcceed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,206,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcceed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcceed; -webkit-box-shadow: 1px 1px 3px 2px #dcceed; box-shadow: 1px 1px 3px 2px #dcceed;">
Div content here</div>
This div box has shadow with color #dcceed
Comments
No comments written yet.
Please login to write comment.