Shades of White Ice #D1F8E2
Tints of White Ice #D1F8E2
RGB
CMYK
RGB Variations
Color information
#D1F8E2 (or 0xD1F8E2) is known color: White Ice. HEX triplet: D1, F8 and E2. RGB value is (209,248,226). Sum of RGB (Red+Green+Blue) = 209+248+226=683 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.60% from 683); Green value is 248 (97.27% from 255 or 36.31% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F8E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F8E2 is #2E071D. Grayscale: #E9E9E9. Windows color (decimal): -3016478 or 14874833. OLE color: 14874833.
HSL color Cylindrical-coordinate representation of color #D1F8E2: hue angle of 146.15º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1F8E2 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 248 | 226 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.03 |
| HSL | 146.15º | 0.74% | 0.9% | - |
| HSV(B) | 146.15º | 0.16% | 0.97% | - |
| XYZ | 73.59 | 86.18 | 84.71 | - |
| YUV | 233.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 248 | 226 | 0.16 | 0 | 0.09 | 0.03 | 146.15 | 0.74 | 0.9 |
| Hex | D1 | F8 | E2 | 10 | 0 | 9 | 3 | 92 | 4A | 5A |
| Octal | 321 | 370 | 342 | 20 | 0 | 11 | 3 | 222 | 112 | 132 |
| Binary | 11010001 | 11111000 | 11100010 | 10000 | 0 | 1001 | 11 | 10010010 | 1001010 | 1011010 |
Color Harmonies of #D1F8E2
Complementary color
Monochromatic Colors of #D1F8E2
Black with #D1F8E2
Text Example
Text Example
White with #D1F8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F8E2; }
p { color: rgb(209,248,226); }
H1.HeaderClassName
{
color: #D1F8E2;
}
.AnyTagClassName
{
color: #D1F8E2;
}
</style>
background-color css
<style>
a { background-color: #D1F8E2; }
a { background-color: rgb(209,248,226); }
div.DivClassName
{
background-color: #D1F8E2;
}
.BgClassName
{
background-color: #D1F8E2;
}
</style>
border-color css
<style>
span { border-color: #D1F8E2; }
span { border-color: rgb(209,248,226); }
td.TdClassName
{
border-color: #D1F8E2;
}
.TagClassName
{
border-color: #D1F8E2;
}
</style>