Shades of White Ice #D6FEED
Tints of White Ice #D6FEED
RGB
CMYK
RGB Variations
Color information
#D6FEED (or 0xD6FEED) is known color: White Ice. HEX triplet: D6, FE and ED. RGB value is (214,254,237). Sum of RGB (Red+Green+Blue) = 214+254+237=705 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.35% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FEED is #290112. Grayscale: #F0F0F0. Windows color (decimal): -2687251 or 15597270. OLE color: 15597270.
HSL color Cylindrical-coordinate representation of color #D6FEED: hue angle of 154.5º 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 #D6FEED is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 237 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.00 |
| HSL | 154.5º | 0.95% | 0.92% | - |
| HSV(B) | 154.5º | 0.16% | 1% | - |
| XYZ | 78.46 | 91.29 | 93.61 | - |
| YUV | 240.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 237 | 0.16 | 0 | 0.07 | 0.00 | 154.5 | 0.95 | 0.92 |
| Hex | D6 | FE | ED | 10 | 0 | 7 | 0 | 9A | 5F | 5C |
| Octal | 326 | 376 | 355 | 20 | 0 | 7 | 0 | 232 | 137 | 134 |
| Binary | 11010110 | 11111110 | 11101101 | 10000 | 0 | 111 | 0 | 10011010 | 1011111 | 1011100 |
Color Harmonies of #D6FEED
Complementary color
Monochromatic Colors of #D6FEED
Black with #D6FEED
Text Example
Text Example
White with #D6FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FEED; }
p { color: rgb(214,254,237); }
H1.HeaderClassName
{
color: #D6FEED;
}
.AnyTagClassName
{
color: #D6FEED;
}
</style>
background-color css
<style>
a { background-color: #D6FEED; }
a { background-color: rgb(214,254,237); }
div.DivClassName
{
background-color: #D6FEED;
}
.BgClassName
{
background-color: #D6FEED;
}
</style>
border-color css
<style>
span { border-color: #D6FEED; }
span { border-color: rgb(214,254,237); }
td.TdClassName
{
border-color: #D6FEED;
}
.TagClassName
{
border-color: #D6FEED;
}
</style>