Shades of White Ice #D0F9E1
Tints of White Ice #D0F9E1
RGB
CMYK
RGB Variations
Color information
#D0F9E1 (or 0xD0F9E1) is known color: White Ice. HEX triplet: D0, F9 and E1. RGB value is (208,249,225). Sum of RGB (Red+Green+Blue) = 208+249+225=682 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.50% from 682); Green value is 249 (97.66% from 255 or 36.51% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F9E1 is #2F061E. Grayscale: #EAEAEA. Windows color (decimal): -3081759 or 14809552. OLE color: 14809552.
HSL color Cylindrical-coordinate representation of color #D0F9E1: hue angle of 144.88º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F9E1 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 249 | 225 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.02 |
| HSL | 144.88º | 0.77% | 0.9% | - |
| HSV(B) | 144.88º | 0.16% | 0.98% | - |
| XYZ | 73.48 | 86.6 | 84.08 | - |
| YUV | 234.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 249 | 225 | 0.16 | 0 | 0.10 | 0.02 | 144.88 | 0.77 | 0.9 |
| Hex | D0 | F9 | E1 | 10 | 0 | A | 2 | 91 | 4D | 5A |
| Octal | 320 | 371 | 341 | 20 | 0 | 12 | 2 | 221 | 115 | 132 |
| Binary | 11010000 | 11111001 | 11100001 | 10000 | 0 | 1010 | 10 | 10010001 | 1001101 | 1011010 |
Color Harmonies of #D0F9E1
Complementary color
Monochromatic Colors of #D0F9E1
Black with #D0F9E1
Text Example
Text Example
White with #D0F9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F9E1; }
p { color: rgb(208,249,225); }
H1.HeaderClassName
{
color: #D0F9E1;
}
.AnyTagClassName
{
color: #D0F9E1;
}
</style>
background-color css
<style>
a { background-color: #D0F9E1; }
a { background-color: rgb(208,249,225); }
div.DivClassName
{
background-color: #D0F9E1;
}
.BgClassName
{
background-color: #D0F9E1;
}
</style>
border-color css
<style>
span { border-color: #D0F9E1; }
span { border-color: rgb(208,249,225); }
td.TdClassName
{
border-color: #D0F9E1;
}
.TagClassName
{
border-color: #D0F9E1;
}
</style>