Shades of White Ice #D1EADD
Tints of White Ice #D1EADD
RGB
CMYK
RGB Variations
Color information
#D1EADD (or 0xD1EADD) is known color: White Ice. HEX triplet: D1, EA and DD. RGB value is (209,234,221). Sum of RGB (Red+Green+Blue) = 209+234+221=664 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.48% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EADD is #2E1522. Grayscale: #E1E1E1. Windows color (decimal): -3020067 or 14543569. OLE color: 14543569.
HSL color Cylindrical-coordinate representation of color #D1EADD: hue angle of 148.8º degrees, saturation: 0.37, 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 #D1EADD is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 209 | 234 | 221 | - |
CMYK | 0.11 | 0 | 0.06 | 0.08 |
HSL | 148.8º | 0.37% | 0.87% | - |
HSV(B) | 148.8º | 0.11% | 0.92% | - |
XYZ | 68.77 | 77.62 | 79.76 | - |
YUV | 225.04 | 125.72 | 116.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 234 | 221 | 0.11 | 0 | 0.06 | 0.08 | 148.8 | 0.37 | 0.87 |
Hex | D1 | EA | DD | B | 0 | 6 | 8 | 95 | 25 | 57 |
Octal | 321 | 352 | 335 | 13 | 0 | 6 | 10 | 225 | 45 | 127 |
Binary | 11010001 | 11101010 | 11011101 | 1011 | 0 | 110 | 1000 | 10010101 | 100101 | 1010111 |
Color Harmonies of #D1EADD
Complementary color
Monochromatic Colors of #D1EADD
Black with #D1EADD
Text Example
Text Example
White with #D1EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EADD; }
p { color: rgb(209,234,221); }
H1.HeaderClassName
{
color: #D1EADD;
}
.AnyTagClassName
{
color: #D1EADD;
}
</style>
background-color css
<style>
a { background-color: #D1EADD; }
a { background-color: rgb(209,234,221); }
div.DivClassName
{
background-color: #D1EADD;
}
.BgClassName
{
background-color: #D1EADD;
}
</style>
border-color css
<style>
span { border-color: #D1EADD; }
span { border-color: rgb(209,234,221); }
td.TdClassName
{
border-color: #D1EADD;
}
.TagClassName
{
border-color: #D1EADD;
}
</style>