Shades of Prim #E5DCE1
Tints of Prim #E5DCE1
RGB
CMYK
RGB Variations
Color information
#E5DCE1 (or 0xE5DCE1) is known color: Prim. HEX triplet: E5, DC and E1. RGB value is (229,220,225). Sum of RGB (Red+Green+Blue) = 229+220+225=674 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.98% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DCE1 is #1A231E. Grayscale: #DFDFDF. Windows color (decimal): -1712927 or 14802149. OLE color: 14802149.
HSL color Cylindrical-coordinate representation of color #E5DCE1: hue angle of 326.67º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5DCE1 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 220 | 225 | - |
CMYK | 0 | 0.04 | 0.02 | 0.10 |
HSL | 326.67º | 0.15% | 0.88% | - |
HSV(B) | 326.67º | 0.04% | 0.9% | - |
XYZ | 71.5 | 73.28 | 81.61 | - |
YUV | 223.26 | 128.98 | 132.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 220 | 225 | 0 | 0.04 | 0.02 | 0.10 | 326.67 | 0.15 | 0.88 |
Hex | E5 | DC | E1 | 0 | 4 | 2 | A | 147 | F | 58 |
Octal | 345 | 334 | 341 | 0 | 4 | 2 | 12 | 507 | 17 | 130 |
Binary | 11100101 | 11011100 | 11100001 | 0 | 100 | 10 | 1010 | 101000111 | 1111 | 1011000 |
Color Harmonies of #E5DCE1
Complementary color
Monochromatic Colors of #E5DCE1
Black with #E5DCE1
Text Example
Text Example
White with #E5DCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCE1; }
p { color: rgb(229,220,225); }
H1.HeaderClassName
{
color: #E5DCE1;
}
.AnyTagClassName
{
color: #E5DCE1;
}
</style>
background-color css
<style>
a { background-color: #E5DCE1; }
a { background-color: rgb(229,220,225); }
div.DivClassName
{
background-color: #E5DCE1;
}
.BgClassName
{
background-color: #E5DCE1;
}
</style>
border-color css
<style>
span { border-color: #E5DCE1; }
span { border-color: rgb(229,220,225); }
td.TdClassName
{
border-color: #E5DCE1;
}
.TagClassName
{
border-color: #E5DCE1;
}
</style>