Shades of White Ice #D3EADE
Tints of White Ice #D3EADE
RGB
CMYK
RGB Variations
Color information
#D3EADE (or 0xD3EADE) is known color: White Ice. HEX triplet: D3, EA and DE. RGB value is (211,234,222). Sum of RGB (Red+Green+Blue) = 211+234+222=667 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.63% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 234 - color contains mainly: green. Hex color #D3EADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EADE is #2C1521. Grayscale: #E1E1E1. Windows color (decimal): -2888994 or 14609107. OLE color: 14609107.
HSL color Cylindrical-coordinate representation of color #D3EADE: hue angle of 148.7º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3EADE is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 211 | 234 | 222 | - |
CMYK | 0.10 | 0 | 0.05 | 0.08 |
HSL | 148.7º | 0.35% | 0.87% | - |
HSV(B) | 148.7º | 0.1% | 0.92% | - |
XYZ | 69.47 | 77.97 | 80.5 | - |
YUV | 225.76 | 125.88 | 117.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 234 | 222 | 0.10 | 0 | 0.05 | 0.08 | 148.7 | 0.35 | 0.87 |
Hex | D3 | EA | DE | A | 0 | 5 | 8 | 95 | 23 | 57 |
Octal | 323 | 352 | 336 | 12 | 0 | 5 | 10 | 225 | 43 | 127 |
Binary | 11010011 | 11101010 | 11011110 | 1010 | 0 | 101 | 1000 | 10010101 | 100011 | 1010111 |
Color Harmonies of #D3EADE
Complementary color
Monochromatic Colors of #D3EADE
Black with #D3EADE
Text Example
Text Example
White with #D3EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EADE; }
p { color: rgb(211,234,222); }
H1.HeaderClassName
{
color: #D3EADE;
}
.AnyTagClassName
{
color: #D3EADE;
}
</style>
background-color css
<style>
a { background-color: #D3EADE; }
a { background-color: rgb(211,234,222); }
div.DivClassName
{
background-color: #D3EADE;
}
.BgClassName
{
background-color: #D3EADE;
}
</style>
border-color css
<style>
span { border-color: #D3EADE; }
span { border-color: rgb(211,234,222); }
td.TdClassName
{
border-color: #D3EADE;
}
.TagClassName
{
border-color: #D3EADE;
}
</style>