Shades of Prim #E0D4DA
Tints of Prim #E0D4DA
RGB
CMYK
RGB Variations
Color information
#E0D4DA (or 0xE0D4DA) is known color: Prim. HEX triplet: E0, D4 and DA. RGB value is (224,212,218). Sum of RGB (Red+Green+Blue) = 224+212+218=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D4DA is #1F2B25. Grayscale: #D8D8D8. Windows color (decimal): -2042662 or 14341344. OLE color: 14341344.
HSL color Cylindrical-coordinate representation of color #E0D4DA: hue angle of 330º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0D4DA is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 212 | 218 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.12 |
| HSL | 330º | 0.16% | 0.85% | - |
| HSV(B) | 330º | 0.05% | 0.88% | - |
| XYZ | 66.94 | 68 | 75.93 | - |
| YUV | 216.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 212 | 218 | 0 | 0.05 | 0.03 | 0.12 | 330 | 0.16 | 0.85 |
| Hex | E0 | D4 | DA | 0 | 5 | 3 | C | 14A | 10 | 55 |
| Octal | 340 | 324 | 332 | 0 | 5 | 3 | 14 | 512 | 20 | 125 |
| Binary | 11100000 | 11010100 | 11011010 | 0 | 101 | 11 | 1100 | 101001010 | 10000 | 1010101 |
Color Harmonies of #E0D4DA
Complementary color
Monochromatic Colors of #E0D4DA
Black with #E0D4DA
Text Example
Text Example
White with #E0D4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D4DA; }
p { color: rgb(224,212,218); }
H1.HeaderClassName
{
color: #E0D4DA;
}
.AnyTagClassName
{
color: #E0D4DA;
}
</style>
background-color css
<style>
a { background-color: #E0D4DA; }
a { background-color: rgb(224,212,218); }
div.DivClassName
{
background-color: #E0D4DA;
}
.BgClassName
{
background-color: #E0D4DA;
}
</style>
border-color css
<style>
span { border-color: #E0D4DA; }
span { border-color: rgb(224,212,218); }
td.TdClassName
{
border-color: #E0D4DA;
}
.TagClassName
{
border-color: #E0D4DA;
}
</style>