Shades of White Ice #D0EFE1
Tints of White Ice #D0EFE1
RGB
CMYK
RGB Variations
Color information
#D0EFE1 (or 0xD0EFE1) is known color: White Ice. HEX triplet: D0, EF and E1. RGB value is (208,239,225). Sum of RGB (Red+Green+Blue) = 208+239+225=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 225 (88.28% from 255 or 33.48% from 672); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFE1 is #2F101E. Grayscale: #E4E4E4. Windows color (decimal): -3084319 or 14806992. OLE color: 14806992.
HSL color Cylindrical-coordinate representation of color #D0EFE1: hue angle of 152.9º 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 #D0EFE1 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 225 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.06 |
| HSL | 152.9º | 0.49% | 0.88% | - |
| HSV(B) | 152.9º | 0.13% | 0.94% | - |
| XYZ | 70.47 | 80.58 | 83.07 | - |
| YUV | 228.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 225 | 0.13 | 0 | 0.06 | 0.06 | 152.9 | 0.49 | 0.88 |
| Hex | D0 | EF | E1 | D | 0 | 6 | 6 | 99 | 31 | 58 |
| Octal | 320 | 357 | 341 | 15 | 0 | 6 | 6 | 231 | 61 | 130 |
| Binary | 11010000 | 11101111 | 11100001 | 1101 | 0 | 110 | 110 | 10011001 | 110001 | 1011000 |
Color Harmonies of #D0EFE1
Complementary color
Monochromatic Colors of #D0EFE1
Black with #D0EFE1
Text Example
Text Example
White with #D0EFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EFE1; }
p { color: rgb(208,239,225); }
H1.HeaderClassName
{
color: #D0EFE1;
}
.AnyTagClassName
{
color: #D0EFE1;
}
</style>
background-color css
<style>
a { background-color: #D0EFE1; }
a { background-color: rgb(208,239,225); }
div.DivClassName
{
background-color: #D0EFE1;
}
.BgClassName
{
background-color: #D0EFE1;
}
</style>
border-color css
<style>
span { border-color: #D0EFE1; }
span { border-color: rgb(208,239,225); }
td.TdClassName
{
border-color: #D0EFE1;
}
.TagClassName
{
border-color: #D0EFE1;
}
</style>