Shades of Prim #E5D4DA
Tints of Prim #E5D4DA
RGB
CMYK
RGB Variations
Color information
#E5D4DA (or 0xE5D4DA) is known color: Prim. HEX triplet: E5, D4 and DA. RGB value is (229,212,218). Sum of RGB (Red+Green+Blue) = 229+212+218=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 212 (83.20% from 255 or 32.17% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D4DA is #1A2B25. Grayscale: #D9D9D9. Windows color (decimal): -1714982 or 14341349. OLE color: 14341349.
HSL color Cylindrical-coordinate representation of color #E5D4DA: hue angle of 338.82º degrees, saturation: 0.25, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E5D4DA is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 212 | 218 | - |
CMYK | 0 | 0.07 | 0.05 | 0.10 |
HSL | 338.82º | 0.25% | 0.86% | - |
HSV(B) | 338.82º | 0.07% | 0.9% | - |
XYZ | 68.51 | 68.81 | 76 | - |
YUV | 217.77 | 128.13 | 136.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 212 | 218 | 0 | 0.07 | 0.05 | 0.10 | 338.82 | 0.25 | 0.86 |
Hex | E5 | D4 | DA | 0 | 7 | 5 | A | 153 | 19 | 56 |
Octal | 345 | 324 | 332 | 0 | 7 | 5 | 12 | 523 | 31 | 126 |
Binary | 11100101 | 11010100 | 11011010 | 0 | 111 | 101 | 1010 | 101010011 | 11001 | 1010110 |
Color Harmonies of #E5D4DA
Complementary color
Monochromatic Colors of #E5D4DA
Black with #E5D4DA
Text Example
Text Example
White with #E5D4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D4DA; }
p { color: rgb(229,212,218); }
H1.HeaderClassName
{
color: #E5D4DA;
}
.AnyTagClassName
{
color: #E5D4DA;
}
</style>
background-color css
<style>
a { background-color: #E5D4DA; }
a { background-color: rgb(229,212,218); }
div.DivClassName
{
background-color: #E5D4DA;
}
.BgClassName
{
background-color: #E5D4DA;
}
</style>
border-color css
<style>
span { border-color: #E5D4DA; }
span { border-color: rgb(229,212,218); }
td.TdClassName
{
border-color: #E5D4DA;
}
.TagClassName
{
border-color: #E5D4DA;
}
</style>