Shades of White Ice #D9FAEA
Tints of White Ice #D9FAEA
RGB
CMYK
RGB Variations
Color information
#D9FAEA (or 0xD9FAEA) is known color: White Ice. HEX triplet: D9, FA and EA. RGB value is (217,250,234). Sum of RGB (Red+Green+Blue) = 217+250+234=701 (92% of max value = 765). Red value is 217 (85.16% from 255 or 30.96% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 234 (91.80% from 255 or 33.38% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FAEA is #260515. Grayscale: #EEEEEE. Windows color (decimal): -2491670 or 15399641. OLE color: 15399641.
HSL color Cylindrical-coordinate representation of color #D9FAEA: hue angle of 150.91º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9FAEA is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 250 | 234 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.02 |
| HSL | 150.91º | 0.77% | 0.92% | - |
| HSV(B) | 150.91º | 0.13% | 0.98% | - |
| XYZ | 77.65 | 89.06 | 90.94 | - |
| YUV | 238.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 234 | 0.13 | 0 | 0.06 | 0.02 | 150.91 | 0.77 | 0.92 |
| Hex | D9 | FA | EA | D | 0 | 6 | 2 | 97 | 4D | 5C |
| Octal | 331 | 372 | 352 | 15 | 0 | 6 | 2 | 227 | 115 | 134 |
| Binary | 11011001 | 11111010 | 11101010 | 1101 | 0 | 110 | 10 | 10010111 | 1001101 | 1011100 |
Color Harmonies of #D9FAEA
Complementary color
Monochromatic Colors of #D9FAEA
Black with #D9FAEA
Text Example
Text Example
White with #D9FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FAEA; }
p { color: rgb(217,250,234); }
H1.HeaderClassName
{
color: #D9FAEA;
}
.AnyTagClassName
{
color: #D9FAEA;
}
</style>
background-color css
<style>
a { background-color: #D9FAEA; }
a { background-color: rgb(217,250,234); }
div.DivClassName
{
background-color: #D9FAEA;
}
.BgClassName
{
background-color: #D9FAEA;
}
</style>
border-color css
<style>
span { border-color: #D9FAEA; }
span { border-color: rgb(217,250,234); }
td.TdClassName
{
border-color: #D9FAEA;
}
.TagClassName
{
border-color: #D9FAEA;
}
</style>