Shades of White Ice #DCEBE5
Tints of White Ice #DCEBE5
RGB
CMYK
RGB Variations
Color information
#DCEBE5 (or 0xDCEBE5) is known color: White Ice. HEX triplet: DC, EB and E5. RGB value is (220,235,229). Sum of RGB (Red+Green+Blue) = 220+235+229=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 229 (89.84% from 255 or 33.48% from 684); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBE5 is #23141A. Grayscale: #E5E5E5. Windows color (decimal): -2298907 or 15068124. OLE color: 15068124.
HSL color Cylindrical-coordinate representation of color #DCEBE5: hue angle of 156º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCEBE5 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 229 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.08 |
| HSL | 156º | 0.27% | 0.89% | - |
| HSV(B) | 156º | 0.06% | 0.92% | - |
| XYZ | 73.37 | 80.29 | 85.76 | - |
| YUV | 229.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 229 | 0.06 | 0 | 0.03 | 0.08 | 156 | 0.27 | 0.89 |
| Hex | DC | EB | E5 | 6 | 0 | 3 | 8 | 9C | 1B | 59 |
| Octal | 334 | 353 | 345 | 6 | 0 | 3 | 10 | 234 | 33 | 131 |
| Binary | 11011100 | 11101011 | 11100101 | 110 | 0 | 11 | 1000 | 10011100 | 11011 | 1011001 |
Color Harmonies of #DCEBE5
Complementary color
Monochromatic Colors of #DCEBE5
Black with #DCEBE5
Text Example
Text Example
White with #DCEBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBE5; }
p { color: rgb(220,235,229); }
H1.HeaderClassName
{
color: #DCEBE5;
}
.AnyTagClassName
{
color: #DCEBE5;
}
</style>
background-color css
<style>
a { background-color: #DCEBE5; }
a { background-color: rgb(220,235,229); }
div.DivClassName
{
background-color: #DCEBE5;
}
.BgClassName
{
background-color: #DCEBE5;
}
</style>
border-color css
<style>
span { border-color: #DCEBE5; }
span { border-color: rgb(220,235,229); }
td.TdClassName
{
border-color: #DCEBE5;
}
.TagClassName
{
border-color: #DCEBE5;
}
</style>