Shades of Prim #E0D3DA
Tints of Prim #E0D3DA
RGB
CMYK
RGB Variations
Color information
#E0D3DA (or 0xE0D3DA) is known color: Prim. HEX triplet: E0, D3 and DA. RGB value is (224,211,218). Sum of RGB (Red+Green+Blue) = 224+211+218=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D3DA is #1F2C25. Grayscale: #D7D7D7. Windows color (decimal): -2042918 or 14341088. OLE color: 14341088.
HSL color Cylindrical-coordinate representation of color #E0D3DA: hue angle of 327.69º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0D3DA is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 211 | 218 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.12 |
| HSL | 327.69º | 0.17% | 0.85% | - |
| HSV(B) | 327.69º | 0.06% | 0.88% | - |
| XYZ | 66.69 | 67.5 | 75.84 | - |
| YUV | 215.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 211 | 218 | 0 | 0.06 | 0.03 | 0.12 | 327.69 | 0.17 | 0.85 |
| Hex | E0 | D3 | DA | 0 | 6 | 3 | C | 148 | 11 | 55 |
| Octal | 340 | 323 | 332 | 0 | 6 | 3 | 14 | 510 | 21 | 125 |
| Binary | 11100000 | 11010011 | 11011010 | 0 | 110 | 11 | 1100 | 101001000 | 10001 | 1010101 |
Color Harmonies of #E0D3DA
Complementary color
Monochromatic Colors of #E0D3DA
Black with #E0D3DA
Text Example
Text Example
White with #E0D3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D3DA; }
p { color: rgb(224,211,218); }
H1.HeaderClassName
{
color: #E0D3DA;
}
.AnyTagClassName
{
color: #E0D3DA;
}
</style>
background-color css
<style>
a { background-color: #E0D3DA; }
a { background-color: rgb(224,211,218); }
div.DivClassName
{
background-color: #E0D3DA;
}
.BgClassName
{
background-color: #E0D3DA;
}
</style>
border-color css
<style>
span { border-color: #E0D3DA; }
span { border-color: rgb(224,211,218); }
td.TdClassName
{
border-color: #E0D3DA;
}
.TagClassName
{
border-color: #E0D3DA;
}
</style>