Shades of White Ice #D6F8EA
Tints of White Ice #D6F8EA
RGB
CMYK
RGB Variations
Color information
#D6F8EA (or 0xD6F8EA) is known color: White Ice. HEX triplet: D6, F8 and EA. RGB value is (214,248,234). Sum of RGB (Red+Green+Blue) = 214+248+234=696 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.75% from 696); Green value is 248 (97.27% from 255 or 35.63% from 696); Blue value is 234 (91.80% from 255 or 33.62% from 696); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F8EA is #290715. Grayscale: #ECECEC. Windows color (decimal): -2688790 or 15399126. OLE color: 15399126.
HSL color Cylindrical-coordinate representation of color #D6F8EA: hue angle of 155.29º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6F8EA is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 248 | 234 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.03 |
| HSL | 155.29º | 0.71% | 0.91% | - |
| HSV(B) | 155.29º | 0.14% | 0.97% | - |
| XYZ | 76.15 | 87.37 | 90.69 | - |
| YUV | 236.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 248 | 234 | 0.14 | 0 | 0.06 | 0.03 | 155.29 | 0.71 | 0.91 |
| Hex | D6 | F8 | EA | E | 0 | 6 | 3 | 9B | 47 | 5B |
| Octal | 326 | 370 | 352 | 16 | 0 | 6 | 3 | 233 | 107 | 133 |
| Binary | 11010110 | 11111000 | 11101010 | 1110 | 0 | 110 | 11 | 10011011 | 1000111 | 1011011 |
Color Harmonies of #D6F8EA
Complementary color
Monochromatic Colors of #D6F8EA
Black with #D6F8EA
Text Example
Text Example
White with #D6F8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F8EA; }
p { color: rgb(214,248,234); }
H1.HeaderClassName
{
color: #D6F8EA;
}
.AnyTagClassName
{
color: #D6F8EA;
}
</style>
background-color css
<style>
a { background-color: #D6F8EA; }
a { background-color: rgb(214,248,234); }
div.DivClassName
{
background-color: #D6F8EA;
}
.BgClassName
{
background-color: #D6F8EA;
}
</style>
border-color css
<style>
span { border-color: #D6F8EA; }
span { border-color: rgb(214,248,234); }
td.TdClassName
{
border-color: #D6F8EA;
}
.TagClassName
{
border-color: #D6F8EA;
}
</style>