Shades of White Ice #D6F1E1
Tints of White Ice #D6F1E1
RGB
CMYK
RGB Variations
Color information
#D6F1E1 (or 0xD6F1E1) is known color: White Ice. HEX triplet: D6, F1 and E1. RGB value is (214,241,225). Sum of RGB (Red+Green+Blue) = 214+241+225=680 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.47% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F1E1 is #290E1E. Grayscale: #E7E7E7. Windows color (decimal): -2690591 or 14807510. OLE color: 14807510.
HSL color Cylindrical-coordinate representation of color #D6F1E1: hue angle of 144.44º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6F1E1 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 241 | 225 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.05 |
| HSL | 144.44º | 0.49% | 0.89% | - |
| HSV(B) | 144.44º | 0.11% | 0.95% | - |
| XYZ | 72.78 | 82.64 | 83.35 | - |
| YUV | 231.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 241 | 225 | 0.11 | 0 | 0.07 | 0.05 | 144.44 | 0.49 | 0.89 |
| Hex | D6 | F1 | E1 | B | 0 | 7 | 5 | 90 | 31 | 59 |
| Octal | 326 | 361 | 341 | 13 | 0 | 7 | 5 | 220 | 61 | 131 |
| Binary | 11010110 | 11110001 | 11100001 | 1011 | 0 | 111 | 101 | 10010000 | 110001 | 1011001 |
Color Harmonies of #D6F1E1
Complementary color
Monochromatic Colors of #D6F1E1
Black with #D6F1E1
Text Example
Text Example
White with #D6F1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F1E1; }
p { color: rgb(214,241,225); }
H1.HeaderClassName
{
color: #D6F1E1;
}
.AnyTagClassName
{
color: #D6F1E1;
}
</style>
background-color css
<style>
a { background-color: #D6F1E1; }
a { background-color: rgb(214,241,225); }
div.DivClassName
{
background-color: #D6F1E1;
}
.BgClassName
{
background-color: #D6F1E1;
}
</style>
border-color css
<style>
span { border-color: #D6F1E1; }
span { border-color: rgb(214,241,225); }
td.TdClassName
{
border-color: #D6F1E1;
}
.TagClassName
{
border-color: #D6F1E1;
}
</style>