Shades of White Ice #D1F8E0
Tints of White Ice #D1F8E0
RGB
CMYK
RGB Variations
Color information
#D1F8E0 (or 0xD1F8E0) is known color: White Ice. HEX triplet: D1, F8 and E0. RGB value is (209,248,224). Sum of RGB (Red+Green+Blue) = 209+248+224=681 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.69% from 681); Green value is 248 (97.27% from 255 or 36.42% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F8E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F8E0 is #2E071F. Grayscale: #E9E9E9. Windows color (decimal): -3016480 or 14743761. OLE color: 14743761.
HSL color Cylindrical-coordinate representation of color #D1F8E0: hue angle of 143.08º 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 #D1F8E0 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 248 | 224 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.03 |
| HSL | 143.08º | 0.74% | 0.9% | - |
| HSV(B) | 143.08º | 0.16% | 0.97% | - |
| XYZ | 73.32 | 86.07 | 83.27 | - |
| YUV | 233.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 248 | 224 | 0.16 | 0 | 0.10 | 0.03 | 143.08 | 0.74 | 0.9 |
| Hex | D1 | F8 | E0 | 10 | 0 | A | 3 | 8F | 4A | 5A |
| Octal | 321 | 370 | 340 | 20 | 0 | 12 | 3 | 217 | 112 | 132 |
| Binary | 11010001 | 11111000 | 11100000 | 10000 | 0 | 1010 | 11 | 10001111 | 1001010 | 1011010 |
Color Harmonies of #D1F8E0
Complementary color
Monochromatic Colors of #D1F8E0
Black with #D1F8E0
Text Example
Text Example
White with #D1F8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F8E0; }
p { color: rgb(209,248,224); }
H1.HeaderClassName
{
color: #D1F8E0;
}
.AnyTagClassName
{
color: #D1F8E0;
}
</style>
background-color css
<style>
a { background-color: #D1F8E0; }
a { background-color: rgb(209,248,224); }
div.DivClassName
{
background-color: #D1F8E0;
}
.BgClassName
{
background-color: #D1F8E0;
}
</style>
border-color css
<style>
span { border-color: #D1F8E0; }
span { border-color: rgb(209,248,224); }
td.TdClassName
{
border-color: #D1F8E0;
}
.TagClassName
{
border-color: #D1F8E0;
}
</style>