Shades of White Ice #D5FEE8
Tints of White Ice #D5FEE8
RGB
CMYK
RGB Variations
Color information
#D5FEE8 (or 0xD5FEE8) is known color: White Ice. HEX triplet: D5, FE and E8. RGB value is (213,254,232). Sum of RGB (Red+Green+Blue) = 213+254+232=699 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.47% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 232 (91.02% from 255 or 33.19% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FEE8 is #2A0117. Grayscale: #EFEFEF. Windows color (decimal): -2752792 or 15269589. OLE color: 15269589.
HSL color Cylindrical-coordinate representation of color #D5FEE8: hue angle of 147.8º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5FEE8 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 232 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.00 |
| HSL | 147.8º | 0.95% | 0.92% | - |
| HSV(B) | 147.8º | 0.16% | 1% | - |
| XYZ | 77.45 | 90.86 | 89.8 | - |
| YUV | 239.23 | 123.92 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 232 | 0.16 | 0 | 0.09 | 0.00 | 147.8 | 0.95 | 0.92 |
| Hex | D5 | FE | E8 | 10 | 0 | 9 | 0 | 94 | 5F | 5C |
| Octal | 325 | 376 | 350 | 20 | 0 | 11 | 0 | 224 | 137 | 134 |
| Binary | 11010101 | 11111110 | 11101000 | 10000 | 0 | 1001 | 0 | 10010100 | 1011111 | 1011100 |
Color Harmonies of #D5FEE8
Complementary color
Monochromatic Colors of #D5FEE8
Black with #D5FEE8
Text Example
Text Example
White with #D5FEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FEE8; }
p { color: rgb(213,254,232); }
H1.HeaderClassName
{
color: #D5FEE8;
}
.AnyTagClassName
{
color: #D5FEE8;
}
</style>
background-color css
<style>
a { background-color: #D5FEE8; }
a { background-color: rgb(213,254,232); }
div.DivClassName
{
background-color: #D5FEE8;
}
.BgClassName
{
background-color: #D5FEE8;
}
</style>
border-color css
<style>
span { border-color: #D5FEE8; }
span { border-color: rgb(213,254,232); }
td.TdClassName
{
border-color: #D5FEE8;
}
.TagClassName
{
border-color: #D5FEE8;
}
</style>