Shades of Prim #E5D0DC
Tints of Prim #E5D0DC
RGB
CMYK
RGB Variations
Color information
#E5D0DC (or 0xE5D0DC) is known color: Prim. HEX triplet: E5, D0 and DC. RGB value is (229,208,220). Sum of RGB (Red+Green+Blue) = 229+208+220=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 208 (81.64% from 255 or 31.66% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D0DC is #1A2F23. Grayscale: #D7D7D7. Windows color (decimal): -1716004 or 14471397. OLE color: 14471397.
HSL color Cylindrical-coordinate representation of color #E5D0DC: hue angle of 325.71º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5D0DC is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 208 | 220 | - |
CMYK | 0 | 0.09 | 0.04 | 0.10 |
HSL | 325.71º | 0.29% | 0.86% | - |
HSV(B) | 325.71º | 0.09% | 0.9% | - |
XYZ | 67.79 | 66.94 | 77.06 | - |
YUV | 215.65 | 130.46 | 137.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 208 | 220 | 0 | 0.09 | 0.04 | 0.10 | 325.71 | 0.29 | 0.86 |
Hex | E5 | D0 | DC | 0 | 9 | 4 | A | 146 | 1D | 56 |
Octal | 345 | 320 | 334 | 0 | 11 | 4 | 12 | 506 | 35 | 126 |
Binary | 11100101 | 11010000 | 11011100 | 0 | 1001 | 100 | 1010 | 101000110 | 11101 | 1010110 |
Color Harmonies of #E5D0DC
Complementary color
Monochromatic Colors of #E5D0DC
Black with #E5D0DC
Text Example
Text Example
White with #E5D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D0DC; }
p { color: rgb(229,208,220); }
H1.HeaderClassName
{
color: #E5D0DC;
}
.AnyTagClassName
{
color: #E5D0DC;
}
</style>
background-color css
<style>
a { background-color: #E5D0DC; }
a { background-color: rgb(229,208,220); }
div.DivClassName
{
background-color: #E5D0DC;
}
.BgClassName
{
background-color: #E5D0DC;
}
</style>
border-color css
<style>
span { border-color: #E5D0DC; }
span { border-color: rgb(229,208,220); }
td.TdClassName
{
border-color: #E5D0DC;
}
.TagClassName
{
border-color: #E5D0DC;
}
</style>