Shades of White Ice #D0F3DE
Tints of White Ice #D0F3DE
RGB
CMYK
RGB Variations
Color information
#D0F3DE (or 0xD0F3DE) is known color: White Ice. HEX triplet: D0, F3 and DE. RGB value is (208,243,222). Sum of RGB (Red+Green+Blue) = 208+243+222=673 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.91% from 673); Green value is 243 (95.31% from 255 or 36.11% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F3DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F3DE is #2F0C21. Grayscale: #E6E6E6. Windows color (decimal): -3083298 or 14611408. OLE color: 14611408.
HSL color Cylindrical-coordinate representation of color #D0F3DE: hue angle of 144º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0F3DE is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 243 | 222 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.05 |
| HSL | 144º | 0.59% | 0.88% | - |
| HSV(B) | 144º | 0.14% | 0.95% | - |
| XYZ | 71.25 | 82.79 | 81.33 | - |
| YUV | 230.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 243 | 222 | 0.14 | 0 | 0.09 | 0.05 | 144 | 0.59 | 0.88 |
| Hex | D0 | F3 | DE | E | 0 | 9 | 5 | 90 | 3B | 58 |
| Octal | 320 | 363 | 336 | 16 | 0 | 11 | 5 | 220 | 73 | 130 |
| Binary | 11010000 | 11110011 | 11011110 | 1110 | 0 | 1001 | 101 | 10010000 | 111011 | 1011000 |
Color Harmonies of #D0F3DE
Complementary color
Monochromatic Colors of #D0F3DE
Black with #D0F3DE
Text Example
Text Example
White with #D0F3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F3DE; }
p { color: rgb(208,243,222); }
H1.HeaderClassName
{
color: #D0F3DE;
}
.AnyTagClassName
{
color: #D0F3DE;
}
</style>
background-color css
<style>
a { background-color: #D0F3DE; }
a { background-color: rgb(208,243,222); }
div.DivClassName
{
background-color: #D0F3DE;
}
.BgClassName
{
background-color: #D0F3DE;
}
</style>
border-color css
<style>
span { border-color: #D0F3DE; }
span { border-color: rgb(208,243,222); }
td.TdClassName
{
border-color: #D0F3DE;
}
.TagClassName
{
border-color: #D0F3DE;
}
</style>