Shades of White Ice #D5F8E8
Tints of White Ice #D5F8E8
RGB
CMYK
RGB Variations
Color information
#D5F8E8 (or 0xD5F8E8) is known color: White Ice. HEX triplet: D5, F8 and E8. RGB value is (213,248,232). Sum of RGB (Red+Green+Blue) = 213+248+232=693 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.74% from 693); Green value is 248 (97.27% from 255 or 35.79% from 693); Blue value is 232 (91.02% from 255 or 33.48% from 693); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F8E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F8E8 is #2A0717. Grayscale: #EBEBEB. Windows color (decimal): -2754328 or 15268053. OLE color: 15268053.
HSL color Cylindrical-coordinate representation of color #D5F8E8: hue angle of 152.57º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5F8E8 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 248 | 232 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.03 |
| HSL | 152.57º | 0.71% | 0.9% | - |
| HSV(B) | 152.57º | 0.14% | 0.97% | - |
| XYZ | 75.57 | 87.11 | 89.17 | - |
| YUV | 235.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 248 | 232 | 0.14 | 0 | 0.06 | 0.03 | 152.57 | 0.71 | 0.9 |
| Hex | D5 | F8 | E8 | E | 0 | 6 | 3 | 99 | 47 | 5A |
| Octal | 325 | 370 | 350 | 16 | 0 | 6 | 3 | 231 | 107 | 132 |
| Binary | 11010101 | 11111000 | 11101000 | 1110 | 0 | 110 | 11 | 10011001 | 1000111 | 1011010 |
Color Harmonies of #D5F8E8
Complementary color
Monochromatic Colors of #D5F8E8
Black with #D5F8E8
Text Example
Text Example
White with #D5F8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F8E8; }
p { color: rgb(213,248,232); }
H1.HeaderClassName
{
color: #D5F8E8;
}
.AnyTagClassName
{
color: #D5F8E8;
}
</style>
background-color css
<style>
a { background-color: #D5F8E8; }
a { background-color: rgb(213,248,232); }
div.DivClassName
{
background-color: #D5F8E8;
}
.BgClassName
{
background-color: #D5F8E8;
}
</style>
border-color css
<style>
span { border-color: #D5F8E8; }
span { border-color: rgb(213,248,232); }
td.TdClassName
{
border-color: #D5F8E8;
}
.TagClassName
{
border-color: #D5F8E8;
}
</style>