Shades of Prim #E0D6DD
Tints of Prim #E0D6DD
RGB
CMYK
RGB Variations
Color information
#E0D6DD (or 0xE0D6DD) is known color: Prim. HEX triplet: E0, D6 and DD. RGB value is (224,214,221). Sum of RGB (Red+Green+Blue) = 224+214+221=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 214 (83.98% from 255 or 32.47% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D6DD is #1F2922. Grayscale: #D9D9D9. Windows color (decimal): -2042147 or 14538464. OLE color: 14538464.
HSL color Cylindrical-coordinate representation of color #E0D6DD: hue angle of 318º degrees, saturation: 0.14, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E0D6DD is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 214 | 221 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.12 |
| HSL | 318º | 0.14% | 0.86% | - |
| HSV(B) | 318º | 0.04% | 0.88% | - |
| XYZ | 67.84 | 69.16 | 78.18 | - |
| YUV | 217.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 214 | 221 | 0 | 0.04 | 0.01 | 0.12 | 318 | 0.14 | 0.86 |
| Hex | E0 | D6 | DD | 0 | 4 | 1 | C | 13E | E | 56 |
| Octal | 340 | 326 | 335 | 0 | 4 | 1 | 14 | 476 | 16 | 126 |
| Binary | 11100000 | 11010110 | 11011101 | 0 | 100 | 1 | 1100 | 100111110 | 1110 | 1010110 |
Color Harmonies of #E0D6DD
Complementary color
Monochromatic Colors of #E0D6DD
Black with #E0D6DD
Text Example
Text Example
White with #E0D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D6DD; }
p { color: rgb(224,214,221); }
H1.HeaderClassName
{
color: #E0D6DD;
}
.AnyTagClassName
{
color: #E0D6DD;
}
</style>
background-color css
<style>
a { background-color: #E0D6DD; }
a { background-color: rgb(224,214,221); }
div.DivClassName
{
background-color: #E0D6DD;
}
.BgClassName
{
background-color: #E0D6DD;
}
</style>
border-color css
<style>
span { border-color: #E0D6DD; }
span { border-color: rgb(224,214,221); }
td.TdClassName
{
border-color: #E0D6DD;
}
.TagClassName
{
border-color: #E0D6DD;
}
</style>