Color spaces of #dcebd8
RGB | 220 | 235 | 216 |
---|---|---|---|
HSL | 0.30 | 0.32 | 0.88 |
HSV | 107° | 8° | 92° |
CMYK | 0.06 | 0.00 | 0.08 0.08 |
XYZ | 71.6182 | 79.5902 | 76.5535 |
Yxy | 79.5902 | 0.3144 | 0.3494 |
Hunter Lab | 89.2133 | -12.8281 | 11.5729 |
CIE-Lab | 91.5007 | -8.3787 | 7.5051 |
#dcebd8 color RGB value is (220,235,216).
#dcebd8 hex color red value is 220, green value is 235 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #dcebd8 hue: 0.30 , saturation: 0.32 and the lightness value of dcebd8 is 0.88.
The process color (four color CMYK) of #dcebd8 color hex is 0.06, 0.00, 0.08, 0.08. Web safe color of #dcebd8 is #ccffcc. Color #dcebd8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11101011 | 11011000 |
Octal | 334 | 353 | 330 |
Decimal | 220 | 235 | 216 |
Hex | DC | EB | D8 |
Shades of #dcebd8
Tints of #dcebd8
RGB Percentages of Color #dcebd8
CMYK Percentages of Color #dcebd8
Complementary Color
#dcebd8 | #e7d8eb |
#dcebd8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcebd8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcebd8 Color CSS Codes
.mybgcolor {background-color:#dcebd8; } .myforecolor {color:#dcebd8; } .mybordercolor {border:3px solid #dcebd8; }
#dcebd8 Text Font Color
<p style="color:#dcebd8">Text here</p>
This sample text font color is #dcebd8
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.
#dcebd8 Background Color
<div style="background-color:#dcebd8">
Div content here</div>
This div background color is #dcebd8
#dcebd8 Border Color
<div style="border:3px solid #dcebd8">
Div here</div>
This div border color is #dcebd8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,235,216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcebd8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcebd8; -webkit-box-shadow: 1px 1px 3px 2px #dcebd8; box-shadow: 1px 1px 3px 2px #dcebd8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,235,216, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcebd8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcebd8; -webkit-box-shadow: 1px 1px 3px 2px #dcebd8; box-shadow: 1px 1px 3px 2px #dcebd8;">
Div content here</div>
This div box has shadow with color #dcebd8
Comments
No comments written yet.
Please login to write comment.