Shades of Prim #E0D0DB
Tints of Prim #E0D0DB
RGB
CMYK
RGB Variations
Color information
#E0D0DB (or 0xE0D0DB) is known color: Prim. HEX triplet: E0, D0 and DB. RGB value is (224,208,219). Sum of RGB (Red+Green+Blue) = 224+208+219=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D0DB is #1F2F24. Grayscale: #D6D6D6. Windows color (decimal): -2043685 or 14405856. OLE color: 14405856.
HSL color Cylindrical-coordinate representation of color #E0D0DB: hue angle of 318.75º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0D0DB is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 208 | 219 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.12 |
| HSL | 318.75º | 0.21% | 0.85% | - |
| HSV(B) | 318.75º | 0.07% | 0.88% | - |
| XYZ | 66.08 | 66.07 | 76.29 | - |
| YUV | 214.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 208 | 219 | 0 | 0.07 | 0.02 | 0.12 | 318.75 | 0.21 | 0.85 |
| Hex | E0 | D0 | DB | 0 | 7 | 2 | C | 13F | 15 | 55 |
| Octal | 340 | 320 | 333 | 0 | 7 | 2 | 14 | 477 | 25 | 125 |
| Binary | 11100000 | 11010000 | 11011011 | 0 | 111 | 10 | 1100 | 100111111 | 10101 | 1010101 |
Color Harmonies of #E0D0DB
Complementary color
Monochromatic Colors of #E0D0DB
Black with #E0D0DB
Text Example
Text Example
White with #E0D0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D0DB; }
p { color: rgb(224,208,219); }
H1.HeaderClassName
{
color: #E0D0DB;
}
.AnyTagClassName
{
color: #E0D0DB;
}
</style>
background-color css
<style>
a { background-color: #E0D0DB; }
a { background-color: rgb(224,208,219); }
div.DivClassName
{
background-color: #E0D0DB;
}
.BgClassName
{
background-color: #E0D0DB;
}
</style>
border-color css
<style>
span { border-color: #E0D0DB; }
span { border-color: rgb(224,208,219); }
td.TdClassName
{
border-color: #E0D0DB;
}
.TagClassName
{
border-color: #E0D0DB;
}
</style>