Shades of White Ice #D3E7DD
Tints of White Ice #D3E7DD
RGB
CMYK
RGB Variations
Color information
#D3E7DD (or 0xD3E7DD) is known color: White Ice. HEX triplet: D3, E7 and DD. RGB value is (211,231,221). Sum of RGB (Red+Green+Blue) = 211+231+221=663 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.83% from 663); Green value is 231 (90.62% from 255 or 34.84% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 231 - color contains mainly: green. Hex color #D3E7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E7DD is #2C1822. Grayscale: #DFDFDF. Windows color (decimal): -2889763 or 14542803. OLE color: 14542803.
HSL color Cylindrical-coordinate representation of color #D3E7DD: hue angle of 150º degrees, saturation: 0.29, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3E7DD is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 211 | 231 | 221 | - |
CMYK | 0.09 | 0 | 0.04 | 0.09 |
HSL | 150º | 0.29% | 0.87% | - |
HSV(B) | 150º | 0.09% | 0.91% | - |
XYZ | 68.49 | 76.22 | 79.51 | - |
YUV | 223.88 | 126.37 | 118.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 231 | 221 | 0.09 | 0 | 0.04 | 0.09 | 150 | 0.29 | 0.87 |
Hex | D3 | E7 | DD | 9 | 0 | 4 | 9 | 96 | 1D | 57 |
Octal | 323 | 347 | 335 | 11 | 0 | 4 | 11 | 226 | 35 | 127 |
Binary | 11010011 | 11100111 | 11011101 | 1001 | 0 | 100 | 1001 | 10010110 | 11101 | 1010111 |
Color Harmonies of #D3E7DD
Complementary color
Monochromatic Colors of #D3E7DD
Black with #D3E7DD
Text Example
Text Example
White with #D3E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E7DD; }
p { color: rgb(211,231,221); }
H1.HeaderClassName
{
color: #D3E7DD;
}
.AnyTagClassName
{
color: #D3E7DD;
}
</style>
background-color css
<style>
a { background-color: #D3E7DD; }
a { background-color: rgb(211,231,221); }
div.DivClassName
{
background-color: #D3E7DD;
}
.BgClassName
{
background-color: #D3E7DD;
}
</style>
border-color css
<style>
span { border-color: #D3E7DD; }
span { border-color: rgb(211,231,221); }
td.TdClassName
{
border-color: #D3E7DD;
}
.TagClassName
{
border-color: #D3E7DD;
}
</style>