Shades of White Ice #D0EADF
Tints of White Ice #D0EADF
RGB
CMYK
RGB Variations
Color information
#D0EADF (or 0xD0EADF) is known color: White Ice. HEX triplet: D0, EA and DF. RGB value is (208,234,223). Sum of RGB (Red+Green+Blue) = 208+234+223=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EADF is #2F1520. Grayscale: #E0E0E0. Windows color (decimal): -3085601 or 14674640. OLE color: 14674640.
HSL color Cylindrical-coordinate representation of color #D0EADF: hue angle of 154.62º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0EADF is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 223 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.08 |
| HSL | 154.62º | 0.38% | 0.87% | - |
| HSV(B) | 154.62º | 0.11% | 0.92% | - |
| XYZ | 68.75 | 77.58 | 81.16 | - |
| YUV | 224.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 223 | 0.11 | 0 | 0.05 | 0.08 | 154.62 | 0.38 | 0.87 |
| Hex | D0 | EA | DF | B | 0 | 5 | 8 | 9B | 26 | 57 |
| Octal | 320 | 352 | 337 | 13 | 0 | 5 | 10 | 233 | 46 | 127 |
| Binary | 11010000 | 11101010 | 11011111 | 1011 | 0 | 101 | 1000 | 10011011 | 100110 | 1010111 |
Color Harmonies of #D0EADF
Complementary color
Monochromatic Colors of #D0EADF
Black with #D0EADF
Text Example
Text Example
White with #D0EADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EADF; }
p { color: rgb(208,234,223); }
H1.HeaderClassName
{
color: #D0EADF;
}
.AnyTagClassName
{
color: #D0EADF;
}
</style>
background-color css
<style>
a { background-color: #D0EADF; }
a { background-color: rgb(208,234,223); }
div.DivClassName
{
background-color: #D0EADF;
}
.BgClassName
{
background-color: #D0EADF;
}
</style>
border-color css
<style>
span { border-color: #D0EADF; }
span { border-color: rgb(208,234,223); }
td.TdClassName
{
border-color: #D0EADF;
}
.TagClassName
{
border-color: #D0EADF;
}
</style>