Shades of White Ice #D9F8EA
Tints of White Ice #D9F8EA
RGB
CMYK
RGB Variations
Color information
#D9F8EA (or 0xD9F8EA) is known color: White Ice. HEX triplet: D9, F8 and EA. RGB value is (217,248,234). Sum of RGB (Red+Green+Blue) = 217+248+234=699 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.04% from 699); Green value is 248 (97.27% from 255 or 35.48% from 699); Blue value is 234 (91.80% from 255 or 33.48% from 699); Max value from RGB is 248 - color contains mainly: green. Hex color #D9F8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F8EA is #260715. Grayscale: #EDEDED. Windows color (decimal): -2492182 or 15399129. OLE color: 15399129.
HSL color Cylindrical-coordinate representation of color #D9F8EA: hue angle of 152.9º degrees, saturation: 0.69, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9F8EA is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 248 | 234 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.03 |
| HSL | 152.9º | 0.69% | 0.91% | - |
| HSV(B) | 152.9º | 0.13% | 0.97% | - |
| XYZ | 77.03 | 87.83 | 90.73 | - |
| YUV | 237.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 248 | 234 | 0.12 | 0 | 0.06 | 0.03 | 152.9 | 0.69 | 0.91 |
| Hex | D9 | F8 | EA | C | 0 | 6 | 3 | 99 | 45 | 5B |
| Octal | 331 | 370 | 352 | 14 | 0 | 6 | 3 | 231 | 105 | 133 |
| Binary | 11011001 | 11111000 | 11101010 | 1100 | 0 | 110 | 11 | 10011001 | 1000101 | 1011011 |
Color Harmonies of #D9F8EA
Complementary color
Monochromatic Colors of #D9F8EA
Black with #D9F8EA
Text Example
Text Example
White with #D9F8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F8EA; }
p { color: rgb(217,248,234); }
H1.HeaderClassName
{
color: #D9F8EA;
}
.AnyTagClassName
{
color: #D9F8EA;
}
</style>
background-color css
<style>
a { background-color: #D9F8EA; }
a { background-color: rgb(217,248,234); }
div.DivClassName
{
background-color: #D9F8EA;
}
.BgClassName
{
background-color: #D9F8EA;
}
</style>
border-color css
<style>
span { border-color: #D9F8EA; }
span { border-color: rgb(217,248,234); }
td.TdClassName
{
border-color: #D9F8EA;
}
.TagClassName
{
border-color: #D9F8EA;
}
</style>