Shades of Prim #E5DEE1
Tints of Prim #E5DEE1
RGB
CMYK
RGB Variations
Color information
#E5DEE1 (or 0xE5DEE1) is known color: Prim. HEX triplet: E5, DE and E1. RGB value is (229,222,225). Sum of RGB (Red+Green+Blue) = 229+222+225=676 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.88% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 225 (88.28% from 255 or 33.28% from 676); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DEE1 is #1A211E. Grayscale: #E0E0E0. Windows color (decimal): -1712415 or 14802661. OLE color: 14802661.
HSL color Cylindrical-coordinate representation of color #E5DEE1: hue angle of 334.29º degrees, saturation: 0.12, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5DEE1 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 222 | 225 | - |
CMYK | 0 | 0.03 | 0.02 | 0.10 |
HSL | 334.29º | 0.12% | 0.88% | - |
HSV(B) | 334.29º | 0.03% | 0.9% | - |
XYZ | 72.02 | 74.34 | 81.79 | - |
YUV | 224.44 | 128.32 | 131.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 222 | 225 | 0 | 0.03 | 0.02 | 0.10 | 334.29 | 0.12 | 0.88 |
Hex | E5 | DE | E1 | 0 | 3 | 2 | A | 14E | C | 58 |
Octal | 345 | 336 | 341 | 0 | 3 | 2 | 12 | 516 | 14 | 130 |
Binary | 11100101 | 11011110 | 11100001 | 0 | 11 | 10 | 1010 | 101001110 | 1100 | 1011000 |
Color Harmonies of #E5DEE1
Complementary color
Monochromatic Colors of #E5DEE1
Black with #E5DEE1
Text Example
Text Example
White with #E5DEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DEE1; }
p { color: rgb(229,222,225); }
H1.HeaderClassName
{
color: #E5DEE1;
}
.AnyTagClassName
{
color: #E5DEE1;
}
</style>
background-color css
<style>
a { background-color: #E5DEE1; }
a { background-color: rgb(229,222,225); }
div.DivClassName
{
background-color: #E5DEE1;
}
.BgClassName
{
background-color: #E5DEE1;
}
</style>
border-color css
<style>
span { border-color: #E5DEE1; }
span { border-color: rgb(229,222,225); }
td.TdClassName
{
border-color: #E5DEE1;
}
.TagClassName
{
border-color: #E5DEE1;
}
</style>