Color spaces of #dcddec
RGB | 220 | 221 | 236 |
---|---|---|---|
HSL | 0.66 | 0.30 | 0.89 |
HSV | 236° | 7° | 93° |
CMYK | 0.07 | 0.06 | 0.00 0.07 |
XYZ | 70.5120 | 72.9847 | 89.7280 |
Yxy | 72.9847 | 0.3023 | 0.3129 |
Hunter Lab | 85.4311 | -2.1764 | -2.4703 |
CIE-Lab | 88.4404 | 2.4574 | -7.4381 |
#dcddec color RGB value is (220,221,236).
#dcddec hex color red value is 220, green value is 221 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dcddec hue: 0.66 , saturation: 0.30 and the lightness value of dcddec is 0.89.
The process color (four color CMYK) of #dcddec color hex is 0.07, 0.06, 0.00, 0.07. Web safe color of #dcddec is #ccccff. Color #dcddec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11011101 | 11101100 |
Octal | 334 | 335 | 354 |
Decimal | 220 | 221 | 236 |
Hex | DC | DD | EC |
Shades of #dcddec
Tints of #dcddec
RGB Percentages of Color #dcddec
CMYK Percentages of Color #dcddec
Complementary Color
#dcddec | #ecebdc |
#dcddec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcddec Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcddec Color CSS Codes
.mybgcolor {background-color:#dcddec; } .myforecolor {color:#dcddec; } .mybordercolor {border:3px solid #dcddec; }
#dcddec Text Font Color
<p style="color:#dcddec">Text here</p>
This sample text font color is #dcddec
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.
#dcddec Background Color
<div style="background-color:#dcddec">
Div content here</div>
This div background color is #dcddec
#dcddec Border Color
<div style="border:3px solid #dcddec">
Div here</div>
This div border color is #dcddec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,221,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcddec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcddec; -webkit-box-shadow: 1px 1px 3px 2px #dcddec; box-shadow: 1px 1px 3px 2px #dcddec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,221,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcddec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcddec; -webkit-box-shadow: 1px 1px 3px 2px #dcddec; box-shadow: 1px 1px 3px 2px #dcddec;">
Div content here</div>
This div box has shadow with color #dcddec
Comments
No comments written yet.
Please login to write comment.