Shades of White Ice #D0EBDF
Tints of White Ice #D0EBDF
RGB
CMYK
RGB Variations
Color information
#D0EBDF (or 0xD0EBDF) is known color: White Ice. HEX triplet: D0, EB and DF. RGB value is (208,235,223). Sum of RGB (Red+Green+Blue) = 208+235+223=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBDF is #2F1420. Grayscale: #E1E1E1. Windows color (decimal): -3085345 or 14674896. OLE color: 14674896.
HSL color Cylindrical-coordinate representation of color #D0EBDF: hue angle of 153.33º degrees, saturation: 0.4, 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 #D0EBDF is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 235 | 223 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.08 |
| HSL | 153.33º | 0.4% | 0.87% | - |
| HSV(B) | 153.33º | 0.11% | 0.92% | - |
| XYZ | 69.04 | 78.15 | 81.26 | - |
| YUV | 225.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 235 | 223 | 0.11 | 0 | 0.05 | 0.08 | 153.33 | 0.4 | 0.87 |
| Hex | D0 | EB | DF | B | 0 | 5 | 8 | 99 | 28 | 57 |
| Octal | 320 | 353 | 337 | 13 | 0 | 5 | 10 | 231 | 50 | 127 |
| Binary | 11010000 | 11101011 | 11011111 | 1011 | 0 | 101 | 1000 | 10011001 | 101000 | 1010111 |
Color Harmonies of #D0EBDF
Complementary color
Monochromatic Colors of #D0EBDF
Black with #D0EBDF
Text Example
Text Example
White with #D0EBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EBDF; }
p { color: rgb(208,235,223); }
H1.HeaderClassName
{
color: #D0EBDF;
}
.AnyTagClassName
{
color: #D0EBDF;
}
</style>
background-color css
<style>
a { background-color: #D0EBDF; }
a { background-color: rgb(208,235,223); }
div.DivClassName
{
background-color: #D0EBDF;
}
.BgClassName
{
background-color: #D0EBDF;
}
</style>
border-color css
<style>
span { border-color: #D0EBDF; }
span { border-color: rgb(208,235,223); }
td.TdClassName
{
border-color: #D0EBDF;
}
.TagClassName
{
border-color: #D0EBDF;
}
</style>