Shades of Prim #E5D2DC
Tints of Prim #E5D2DC
RGB
CMYK
RGB Variations
Color information
#E5D2DC (or 0xE5D2DC) is known color: Prim. HEX triplet: E5, D2 and DC. RGB value is (229,210,220). Sum of RGB (Red+Green+Blue) = 229+210+220=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 210 (82.42% from 255 or 31.87% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D2DC is #1A2D23. Grayscale: #D8D8D8. Windows color (decimal): -1715492 or 14471909. OLE color: 14471909.
HSL color Cylindrical-coordinate representation of color #E5D2DC: hue angle of 328.42º degrees, saturation: 0.27, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5D2DC is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 220 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.10 |
| HSL | 328.42º | 0.27% | 0.86% | - |
| HSV(B) | 328.42º | 0.08% | 0.9% | - |
| XYZ | 68.28 | 67.92 | 77.22 | - |
| YUV | 216.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 220 | 0 | 0.08 | 0.04 | 0.10 | 328.42 | 0.27 | 0.86 |
| Hex | E5 | D2 | DC | 0 | 8 | 4 | A | 148 | 1B | 56 |
| Octal | 345 | 322 | 334 | 0 | 10 | 4 | 12 | 510 | 33 | 126 |
| Binary | 11100101 | 11010010 | 11011100 | 0 | 1000 | 100 | 1010 | 101001000 | 11011 | 1010110 |
Color Harmonies of #E5D2DC
Complementary color
Monochromatic Colors of #E5D2DC
Black with #E5D2DC
Text Example
Text Example
White with #E5D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D2DC; }
p { color: rgb(229,210,220); }
H1.HeaderClassName
{
color: #E5D2DC;
}
.AnyTagClassName
{
color: #E5D2DC;
}
</style>
background-color css
<style>
a { background-color: #E5D2DC; }
a { background-color: rgb(229,210,220); }
div.DivClassName
{
background-color: #E5D2DC;
}
.BgClassName
{
background-color: #E5D2DC;
}
</style>
border-color css
<style>
span { border-color: #E5D2DC; }
span { border-color: rgb(229,210,220); }
td.TdClassName
{
border-color: #E5D2DC;
}
.TagClassName
{
border-color: #E5D2DC;
}
</style>