Shades of White Ice #DCF3E8
Tints of White Ice #DCF3E8
RGB
CMYK
RGB Variations
Color information
#DCF3E8 (or 0xDCF3E8) is known color: White Ice. HEX triplet: DC, F3 and E8. RGB value is (220,243,232). Sum of RGB (Red+Green+Blue) = 220+243+232=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 243 (95.31% from 255 or 34.96% from 695); Blue value is 232 (91.02% from 255 or 33.38% from 695); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF3E8 is #230C17. Grayscale: #EAEAEA. Windows color (decimal): -2296856 or 15266780. OLE color: 15266780.
HSL color Cylindrical-coordinate representation of color #DCF3E8: hue angle of 151.3º degrees, saturation: 0.49, 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 #DCF3E8 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 232 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.05 |
| HSL | 151.3º | 0.49% | 0.91% | - |
| HSV(B) | 151.3º | 0.09% | 0.95% | - |
| XYZ | 76.13 | 85.14 | 88.77 | - |
| YUV | 234.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 232 | 0.09 | 0 | 0.05 | 0.05 | 151.3 | 0.49 | 0.91 |
| Hex | DC | F3 | E8 | 9 | 0 | 5 | 5 | 97 | 31 | 5B |
| Octal | 334 | 363 | 350 | 11 | 0 | 5 | 5 | 227 | 61 | 133 |
| Binary | 11011100 | 11110011 | 11101000 | 1001 | 0 | 101 | 101 | 10010111 | 110001 | 1011011 |
Color Harmonies of #DCF3E8
Complementary color
Monochromatic Colors of #DCF3E8
Black with #DCF3E8
Text Example
Text Example
White with #DCF3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF3E8; }
p { color: rgb(220,243,232); }
H1.HeaderClassName
{
color: #DCF3E8;
}
.AnyTagClassName
{
color: #DCF3E8;
}
</style>
background-color css
<style>
a { background-color: #DCF3E8; }
a { background-color: rgb(220,243,232); }
div.DivClassName
{
background-color: #DCF3E8;
}
.BgClassName
{
background-color: #DCF3E8;
}
</style>
border-color css
<style>
span { border-color: #DCF3E8; }
span { border-color: rgb(220,243,232); }
td.TdClassName
{
border-color: #DCF3E8;
}
.TagClassName
{
border-color: #DCF3E8;
}
</style>