Shades of Prim #E0D6DA
Tints of Prim #E0D6DA
RGB
CMYK
RGB Variations
Color information
#E0D6DA (or 0xE0D6DA) is known color: Prim. HEX triplet: E0, D6 and DA. RGB value is (224,214,218). Sum of RGB (Red+Green+Blue) = 224+214+218=656 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.15% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D6DA is #1F2925. Grayscale: #D9D9D9. Windows color (decimal): -2042150 or 14341856. OLE color: 14341856.
HSL color Cylindrical-coordinate representation of color #E0D6DA: hue angle of 336º 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 #E0D6DA is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 214 | 218 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.12 |
| HSL | 336º | 0.14% | 0.86% | - |
| HSV(B) | 336º | 0.04% | 0.88% | - |
| XYZ | 67.44 | 69 | 76.09 | - |
| YUV | 217.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 214 | 218 | 0 | 0.04 | 0.03 | 0.12 | 336 | 0.14 | 0.86 |
| Hex | E0 | D6 | DA | 0 | 4 | 3 | C | 150 | E | 56 |
| Octal | 340 | 326 | 332 | 0 | 4 | 3 | 14 | 520 | 16 | 126 |
| Binary | 11100000 | 11010110 | 11011010 | 0 | 100 | 11 | 1100 | 101010000 | 1110 | 1010110 |
Color Harmonies of #E0D6DA
Complementary color
Monochromatic Colors of #E0D6DA
Black with #E0D6DA
Text Example
Text Example
White with #E0D6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D6DA; }
p { color: rgb(224,214,218); }
H1.HeaderClassName
{
color: #E0D6DA;
}
.AnyTagClassName
{
color: #E0D6DA;
}
</style>
background-color css
<style>
a { background-color: #E0D6DA; }
a { background-color: rgb(224,214,218); }
div.DivClassName
{
background-color: #E0D6DA;
}
.BgClassName
{
background-color: #E0D6DA;
}
</style>
border-color css
<style>
span { border-color: #E0D6DA; }
span { border-color: rgb(224,214,218); }
td.TdClassName
{
border-color: #E0D6DA;
}
.TagClassName
{
border-color: #E0D6DA;
}
</style>