Shades of White Ice #D8EFE1
Tints of White Ice #D8EFE1
RGB
CMYK
RGB Variations
Color information
#D8EFE1 (or 0xD8EFE1) is known color: White Ice. HEX triplet: D8, EF and E1. RGB value is (216,239,225). Sum of RGB (Red+Green+Blue) = 216+239+225=680 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.76% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EFE1 is #27101E. Grayscale: #E6E6E6. Windows color (decimal): -2560031 or 14807000. OLE color: 14807000.
HSL color Cylindrical-coordinate representation of color #D8EFE1: hue angle of 143.48º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8EFE1 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 239 | 225 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.06 |
| HSL | 143.48º | 0.42% | 0.89% | - |
| HSV(B) | 143.48º | 0.1% | 0.94% | - |
| XYZ | 72.78 | 81.77 | 83.18 | - |
| YUV | 230.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 239 | 225 | 0.10 | 0 | 0.06 | 0.06 | 143.48 | 0.42 | 0.89 |
| Hex | D8 | EF | E1 | A | 0 | 6 | 6 | 8F | 2A | 59 |
| Octal | 330 | 357 | 341 | 12 | 0 | 6 | 6 | 217 | 52 | 131 |
| Binary | 11011000 | 11101111 | 11100001 | 1010 | 0 | 110 | 110 | 10001111 | 101010 | 1011001 |
Color Harmonies of #D8EFE1
Complementary color
Monochromatic Colors of #D8EFE1
Black with #D8EFE1
Text Example
Text Example
White with #D8EFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EFE1; }
p { color: rgb(216,239,225); }
H1.HeaderClassName
{
color: #D8EFE1;
}
.AnyTagClassName
{
color: #D8EFE1;
}
</style>
background-color css
<style>
a { background-color: #D8EFE1; }
a { background-color: rgb(216,239,225); }
div.DivClassName
{
background-color: #D8EFE1;
}
.BgClassName
{
background-color: #D8EFE1;
}
</style>
border-color css
<style>
span { border-color: #D8EFE1; }
span { border-color: rgb(216,239,225); }
td.TdClassName
{
border-color: #D8EFE1;
}
.TagClassName
{
border-color: #D8EFE1;
}
</style>