Shades of White Ice #DCF2E9
Tints of White Ice #DCF2E9
RGB
CMYK
RGB Variations
Color information
#DCF2E9 (or 0xDCF2E9) is known color: White Ice. HEX triplet: DC, F2 and E9. RGB value is (220,242,233). Sum of RGB (Red+Green+Blue) = 220+242+233=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 233 (91.41% from 255 or 33.53% from 695); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2E9 is #230D16. Grayscale: #EAEAEA. Windows color (decimal): -2297111 or 15332060. OLE color: 15332060.
HSL color Cylindrical-coordinate representation of color #DCF2E9: hue angle of 155.45º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF2E9 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 233 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.05 |
| HSL | 155.45º | 0.46% | 0.91% | - |
| HSV(B) | 155.45º | 0.09% | 0.95% | - |
| XYZ | 75.98 | 84.6 | 89.42 | - |
| YUV | 234.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 233 | 0.09 | 0 | 0.04 | 0.05 | 155.45 | 0.46 | 0.91 |
| Hex | DC | F2 | E9 | 9 | 0 | 4 | 5 | 9B | 2E | 5B |
| Octal | 334 | 362 | 351 | 11 | 0 | 4 | 5 | 233 | 56 | 133 |
| Binary | 11011100 | 11110010 | 11101001 | 1001 | 0 | 100 | 101 | 10011011 | 101110 | 1011011 |
Color Harmonies of #DCF2E9
Complementary color
Monochromatic Colors of #DCF2E9
Black with #DCF2E9
Text Example
Text Example
White with #DCF2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2E9; }
p { color: rgb(220,242,233); }
H1.HeaderClassName
{
color: #DCF2E9;
}
.AnyTagClassName
{
color: #DCF2E9;
}
</style>
background-color css
<style>
a { background-color: #DCF2E9; }
a { background-color: rgb(220,242,233); }
div.DivClassName
{
background-color: #DCF2E9;
}
.BgClassName
{
background-color: #DCF2E9;
}
</style>
border-color css
<style>
span { border-color: #DCF2E9; }
span { border-color: rgb(220,242,233); }
td.TdClassName
{
border-color: #DCF2E9;
}
.TagClassName
{
border-color: #DCF2E9;
}
</style>