Shades of White Ice #D4FAE8
Tints of White Ice #D4FAE8
RGB
CMYK
RGB Variations
Color information
#D4FAE8 (or 0xD4FAE8) is known color: White Ice. HEX triplet: D4, FA and E8. RGB value is (212,250,232). Sum of RGB (Red+Green+Blue) = 212+250+232=694 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.55% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 232 (91.02% from 255 or 33.43% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FAE8 is #2B0517. Grayscale: #ECECEC. Windows color (decimal): -2819352 or 15268564. OLE color: 15268564.
HSL color Cylindrical-coordinate representation of color #D4FAE8: hue angle of 151.58º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4FAE8 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 232 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.02 |
| HSL | 151.58º | 0.79% | 0.91% | - |
| HSV(B) | 151.58º | 0.15% | 0.98% | - |
| XYZ | 75.9 | 88.19 | 89.37 | - |
| YUV | 236.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 232 | 0.15 | 0 | 0.07 | 0.02 | 151.58 | 0.79 | 0.91 |
| Hex | D4 | FA | E8 | F | 0 | 7 | 2 | 98 | 4F | 5B |
| Octal | 324 | 372 | 350 | 17 | 0 | 7 | 2 | 230 | 117 | 133 |
| Binary | 11010100 | 11111010 | 11101000 | 1111 | 0 | 111 | 10 | 10011000 | 1001111 | 1011011 |
Color Harmonies of #D4FAE8
Complementary color
Monochromatic Colors of #D4FAE8
Black with #D4FAE8
Text Example
Text Example
White with #D4FAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FAE8; }
p { color: rgb(212,250,232); }
H1.HeaderClassName
{
color: #D4FAE8;
}
.AnyTagClassName
{
color: #D4FAE8;
}
</style>
background-color css
<style>
a { background-color: #D4FAE8; }
a { background-color: rgb(212,250,232); }
div.DivClassName
{
background-color: #D4FAE8;
}
.BgClassName
{
background-color: #D4FAE8;
}
</style>
border-color css
<style>
span { border-color: #D4FAE8; }
span { border-color: rgb(212,250,232); }
td.TdClassName
{
border-color: #D4FAE8;
}
.TagClassName
{
border-color: #D4FAE8;
}
</style>