Shades of White Ice #D0EFE0
Tints of White Ice #D0EFE0
RGB
CMYK
RGB Variations
Color information
#D0EFE0 (or 0xD0EFE0) is known color: White Ice. HEX triplet: D0, EF and E0. RGB value is (208,239,224). Sum of RGB (Red+Green+Blue) = 208+239+224=671 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.00% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFE0 is #2F101F. Grayscale: #E4E4E4. Windows color (decimal): -3084320 or 14741456. OLE color: 14741456.
HSL color Cylindrical-coordinate representation of color #D0EFE0: hue angle of 150.97º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0EFE0 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 224 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.06 |
| HSL | 150.97º | 0.49% | 0.88% | - |
| HSV(B) | 150.97º | 0.13% | 0.94% | - |
| XYZ | 70.33 | 80.52 | 82.36 | - |
| YUV | 228.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 224 | 0.13 | 0 | 0.06 | 0.06 | 150.97 | 0.49 | 0.88 |
| Hex | D0 | EF | E0 | D | 0 | 6 | 6 | 97 | 31 | 58 |
| Octal | 320 | 357 | 340 | 15 | 0 | 6 | 6 | 227 | 61 | 130 |
| Binary | 11010000 | 11101111 | 11100000 | 1101 | 0 | 110 | 110 | 10010111 | 110001 | 1011000 |
Color Harmonies of #D0EFE0
Complementary color
Monochromatic Colors of #D0EFE0
Black with #D0EFE0
Text Example
Text Example
White with #D0EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EFE0; }
p { color: rgb(208,239,224); }
H1.HeaderClassName
{
color: #D0EFE0;
}
.AnyTagClassName
{
color: #D0EFE0;
}
</style>
background-color css
<style>
a { background-color: #D0EFE0; }
a { background-color: rgb(208,239,224); }
div.DivClassName
{
background-color: #D0EFE0;
}
.BgClassName
{
background-color: #D0EFE0;
}
</style>
border-color css
<style>
span { border-color: #D0EFE0; }
span { border-color: rgb(208,239,224); }
td.TdClassName
{
border-color: #D0EFE0;
}
.TagClassName
{
border-color: #D0EFE0;
}
</style>