Shades of White Ice #D9F2E5
Tints of White Ice #D9F2E5
RGB
CMYK
RGB Variations
Color information
#D9F2E5 (or 0xD9F2E5) is known color: White Ice. HEX triplet: D9, F2 and E5. RGB value is (217,242,229). Sum of RGB (Red+Green+Blue) = 217+242+229=688 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.54% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2E5 is #260D1A. Grayscale: #E9E9E9. Windows color (decimal): -2493723 or 15069913. OLE color: 15069913.
HSL color Cylindrical-coordinate representation of color #D9F2E5: hue angle of 148.8º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F2E5 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 217 | 242 | 229 | - |
CMYK | 0.10 | 0 | 0.05 | 0.05 |
HSL | 148.8º | 0.49% | 0.9% | - |
HSV(B) | 148.8º | 0.1% | 0.95% | - |
XYZ | 74.51 | 83.91 | 86.4 | - |
YUV | 233.04 | 125.72 | 116.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 242 | 229 | 0.10 | 0 | 0.05 | 0.05 | 148.8 | 0.49 | 0.9 |
Hex | D9 | F2 | E5 | A | 0 | 5 | 5 | 95 | 31 | 5A |
Octal | 331 | 362 | 345 | 12 | 0 | 5 | 5 | 225 | 61 | 132 |
Binary | 11011001 | 11110010 | 11100101 | 1010 | 0 | 101 | 101 | 10010101 | 110001 | 1011010 |
Color Harmonies of #D9F2E5
Complementary color
Monochromatic Colors of #D9F2E5
Black with #D9F2E5
Text Example
Text Example
White with #D9F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F2E5; }
p { color: rgb(217,242,229); }
H1.HeaderClassName
{
color: #D9F2E5;
}
.AnyTagClassName
{
color: #D9F2E5;
}
</style>
background-color css
<style>
a { background-color: #D9F2E5; }
a { background-color: rgb(217,242,229); }
div.DivClassName
{
background-color: #D9F2E5;
}
.BgClassName
{
background-color: #D9F2E5;
}
</style>
border-color css
<style>
span { border-color: #D9F2E5; }
span { border-color: rgb(217,242,229); }
td.TdClassName
{
border-color: #D9F2E5;
}
.TagClassName
{
border-color: #D9F2E5;
}
</style>