Shades of White Ice #D6EFE0
Tints of White Ice #D6EFE0
RGB
CMYK
RGB Variations
Color information
#D6EFE0 (or 0xD6EFE0) is known color: White Ice. HEX triplet: D6, EF and E0. RGB value is (214,239,224). Sum of RGB (Red+Green+Blue) = 214+239+224=677 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.61% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 224 (87.89% from 255 or 33.09% from 677); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFE0 is #29101F. Grayscale: #E5E5E5. Windows color (decimal): -2691104 or 14741462. OLE color: 14741462.
HSL color Cylindrical-coordinate representation of color #D6EFE0: hue angle of 144º degrees, saturation: 0.44, 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 #D6EFE0 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 239 | 224 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.06 |
| HSL | 144º | 0.44% | 0.89% | - |
| HSV(B) | 144º | 0.1% | 0.94% | - |
| XYZ | 72.05 | 81.41 | 82.44 | - |
| YUV | 229.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 239 | 224 | 0.10 | 0 | 0.06 | 0.06 | 144 | 0.44 | 0.89 |
| Hex | D6 | EF | E0 | A | 0 | 6 | 6 | 90 | 2C | 59 |
| Octal | 326 | 357 | 340 | 12 | 0 | 6 | 6 | 220 | 54 | 131 |
| Binary | 11010110 | 11101111 | 11100000 | 1010 | 0 | 110 | 110 | 10010000 | 101100 | 1011001 |
Color Harmonies of #D6EFE0
Complementary color
Monochromatic Colors of #D6EFE0
Black with #D6EFE0
Text Example
Text Example
White with #D6EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EFE0; }
p { color: rgb(214,239,224); }
H1.HeaderClassName
{
color: #D6EFE0;
}
.AnyTagClassName
{
color: #D6EFE0;
}
</style>
background-color css
<style>
a { background-color: #D6EFE0; }
a { background-color: rgb(214,239,224); }
div.DivClassName
{
background-color: #D6EFE0;
}
.BgClassName
{
background-color: #D6EFE0;
}
</style>
border-color css
<style>
span { border-color: #D6EFE0; }
span { border-color: rgb(214,239,224); }
td.TdClassName
{
border-color: #D6EFE0;
}
.TagClassName
{
border-color: #D6EFE0;
}
</style>