Shades of White Ice #DCE7E1
Tints of White Ice #DCE7E1
RGB
CMYK
RGB Variations
Color information
#DCE7E1 (or 0xDCE7E1) is known color: White Ice. HEX triplet: DC, E7 and E1. RGB value is (220,231,225). Sum of RGB (Red+Green+Blue) = 220+231+225=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 231 (90.62% from 255 or 34.17% from 676); Blue value is 225 (88.28% from 255 or 33.28% from 676); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7E1 is #23181E. Grayscale: #E3E3E3. Windows color (decimal): -2299935 or 14804956. OLE color: 14804956.
HSL color Cylindrical-coordinate representation of color #DCE7E1: hue angle of 147.27º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCE7E1 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 225 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.09 |
| HSL | 147.27º | 0.19% | 0.88% | - |
| HSV(B) | 147.27º | 0.05% | 0.91% | - |
| XYZ | 71.68 | 77.8 | 82.47 | - |
| YUV | 227.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 225 | 0.05 | 0 | 0.03 | 0.09 | 147.27 | 0.19 | 0.88 |
| Hex | DC | E7 | E1 | 5 | 0 | 3 | 9 | 93 | 13 | 58 |
| Octal | 334 | 347 | 341 | 5 | 0 | 3 | 11 | 223 | 23 | 130 |
| Binary | 11011100 | 11100111 | 11100001 | 101 | 0 | 11 | 1001 | 10010011 | 10011 | 1011000 |
Color Harmonies of #DCE7E1
Complementary color
Monochromatic Colors of #DCE7E1
Black with #DCE7E1
Text Example
Text Example
White with #DCE7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE7E1; }
p { color: rgb(220,231,225); }
H1.HeaderClassName
{
color: #DCE7E1;
}
.AnyTagClassName
{
color: #DCE7E1;
}
</style>
background-color css
<style>
a { background-color: #DCE7E1; }
a { background-color: rgb(220,231,225); }
div.DivClassName
{
background-color: #DCE7E1;
}
.BgClassName
{
background-color: #DCE7E1;
}
</style>
border-color css
<style>
span { border-color: #DCE7E1; }
span { border-color: rgb(220,231,225); }
td.TdClassName
{
border-color: #DCE7E1;
}
.TagClassName
{
border-color: #DCE7E1;
}
</style>