Shades of White Ice #D9F3E9
Tints of White Ice #D9F3E9
RGB
CMYK
RGB Variations
Color information
#D9F3E9 (or 0xD9F3E9) is known color: White Ice. HEX triplet: D9, F3 and E9. RGB value is (217,243,233). Sum of RGB (Red+Green+Blue) = 217+243+233=693 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.31% from 693); Green value is 243 (95.31% from 255 or 35.06% from 693); Blue value is 233 (91.41% from 255 or 33.62% from 693); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F3E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F3E9 is #260C16. Grayscale: #EAEAEA. Windows color (decimal): -2493463 or 15332313. OLE color: 15332313.
HSL color Cylindrical-coordinate representation of color #D9F3E9: hue angle of 156.92º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9F3E9 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
RGB | 217 | 243 | 233 | - |
CMYK | 0.11 | 0 | 0.04 | 0.05 |
HSL | 156.92º | 0.52% | 0.9% | - |
HSV(B) | 156.92º | 0.11% | 0.95% | - |
XYZ | 75.37 | 84.74 | 89.47 | - |
YUV | 234.09 | 127.39 | 115.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 243 | 233 | 0.11 | 0 | 0.04 | 0.05 | 156.92 | 0.52 | 0.9 |
Hex | D9 | F3 | E9 | B | 0 | 4 | 5 | 9D | 34 | 5A |
Octal | 331 | 363 | 351 | 13 | 0 | 4 | 5 | 235 | 64 | 132 |
Binary | 11011001 | 11110011 | 11101001 | 1011 | 0 | 100 | 101 | 10011101 | 110100 | 1011010 |
Color Harmonies of #D9F3E9
Complementary color
Monochromatic Colors of #D9F3E9
Black with #D9F3E9
Text Example
Text Example
White with #D9F3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F3E9; }
p { color: rgb(217,243,233); }
H1.HeaderClassName
{
color: #D9F3E9;
}
.AnyTagClassName
{
color: #D9F3E9;
}
</style>
background-color css
<style>
a { background-color: #D9F3E9; }
a { background-color: rgb(217,243,233); }
div.DivClassName
{
background-color: #D9F3E9;
}
.BgClassName
{
background-color: #D9F3E9;
}
</style>
border-color css
<style>
span { border-color: #D9F3E9; }
span { border-color: rgb(217,243,233); }
td.TdClassName
{
border-color: #D9F3E9;
}
.TagClassName
{
border-color: #D9F3E9;
}
</style>