Shades of White Ice #D8FEED
Tints of White Ice #D8FEED
RGB
CMYK
RGB Variations
Color information
#D8FEED (or 0xD8FEED) is known color: White Ice. HEX triplet: D8, FE and ED. RGB value is (216,254,237). Sum of RGB (Red+Green+Blue) = 216+254+237=707 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.55% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #D8FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8FEED is #270112. Grayscale: #F0F0F0. Windows color (decimal): -2556179 or 15597272. OLE color: 15597272.
HSL color Cylindrical-coordinate representation of color #D8FEED: hue angle of 153.16º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8FEED is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 254 | 237 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.00 |
| HSL | 153.16º | 0.95% | 0.92% | - |
| HSV(B) | 153.16º | 0.15% | 1% | - |
| XYZ | 79.05 | 91.6 | 93.63 | - |
| YUV | 240.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 254 | 237 | 0.15 | 0 | 0.07 | 0.00 | 153.16 | 0.95 | 0.92 |
| Hex | D8 | FE | ED | F | 0 | 7 | 0 | 99 | 5F | 5C |
| Octal | 330 | 376 | 355 | 17 | 0 | 7 | 0 | 231 | 137 | 134 |
| Binary | 11011000 | 11111110 | 11101101 | 1111 | 0 | 111 | 0 | 10011001 | 1011111 | 1011100 |
Color Harmonies of #D8FEED
Complementary color
Monochromatic Colors of #D8FEED
Black with #D8FEED
Text Example
Text Example
White with #D8FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FEED; }
p { color: rgb(216,254,237); }
H1.HeaderClassName
{
color: #D8FEED;
}
.AnyTagClassName
{
color: #D8FEED;
}
</style>
background-color css
<style>
a { background-color: #D8FEED; }
a { background-color: rgb(216,254,237); }
div.DivClassName
{
background-color: #D8FEED;
}
.BgClassName
{
background-color: #D8FEED;
}
</style>
border-color css
<style>
span { border-color: #D8FEED; }
span { border-color: rgb(216,254,237); }
td.TdClassName
{
border-color: #D8FEED;
}
.TagClassName
{
border-color: #D8FEED;
}
</style>