Shades of White Ice #DCEFE4
Tints of White Ice #DCEFE4
RGB
CMYK
RGB Variations
Color information
#DCEFE4 (or 0xDCEFE4) is known color: White Ice. HEX triplet: DC, EF and E4. RGB value is (220,239,228). Sum of RGB (Red+Green+Blue) = 220+239+228=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 228 (89.45% from 255 or 33.19% from 687); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFE4 is #23101B. Grayscale: #E8E8E8. Windows color (decimal): -2297884 or 15003612. OLE color: 15003612.
HSL color Cylindrical-coordinate representation of color #DCEFE4: hue angle of 145.26º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEFE4 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 228 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.06 |
| HSL | 145.26º | 0.37% | 0.9% | - |
| HSV(B) | 145.26º | 0.08% | 0.94% | - |
| XYZ | 74.39 | 82.55 | 85.41 | - |
| YUV | 232.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 228 | 0.08 | 0 | 0.05 | 0.06 | 145.26 | 0.37 | 0.9 |
| Hex | DC | EF | E4 | 8 | 0 | 5 | 6 | 91 | 25 | 5A |
| Octal | 334 | 357 | 344 | 10 | 0 | 5 | 6 | 221 | 45 | 132 |
| Binary | 11011100 | 11101111 | 11100100 | 1000 | 0 | 101 | 110 | 10010001 | 100101 | 1011010 |
Color Harmonies of #DCEFE4
Complementary color
Monochromatic Colors of #DCEFE4
Black with #DCEFE4
Text Example
Text Example
White with #DCEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFE4; }
p { color: rgb(220,239,228); }
H1.HeaderClassName
{
color: #DCEFE4;
}
.AnyTagClassName
{
color: #DCEFE4;
}
</style>
background-color css
<style>
a { background-color: #DCEFE4; }
a { background-color: rgb(220,239,228); }
div.DivClassName
{
background-color: #DCEFE4;
}
.BgClassName
{
background-color: #DCEFE4;
}
</style>
border-color css
<style>
span { border-color: #DCEFE4; }
span { border-color: rgb(220,239,228); }
td.TdClassName
{
border-color: #DCEFE4;
}
.TagClassName
{
border-color: #DCEFE4;
}
</style>