Shades of Prim #E5DEE2
Tints of Prim #E5DEE2
RGB
CMYK
RGB Variations
Color information
#E5DEE2 (or 0xE5DEE2) is known color: Prim. HEX triplet: E5, DE and E2. RGB value is (229,222,226). Sum of RGB (Red+Green+Blue) = 229+222+226=677 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.83% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DEE2 is #1A211D. Grayscale: #E0E0E0. Windows color (decimal): -1712414 or 14868197. OLE color: 14868197.
HSL color Cylindrical-coordinate representation of color #E5DEE2: hue angle of 325.71º 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 #E5DEE2 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 222 | 226 | - |
CMYK | 0 | 0.03 | 0.01 | 0.10 |
HSL | 325.71º | 0.12% | 0.88% | - |
HSV(B) | 325.71º | 0.03% | 0.9% | - |
XYZ | 72.16 | 74.39 | 82.51 | - |
YUV | 224.55 | 128.82 | 131.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 222 | 226 | 0 | 0.03 | 0.01 | 0.10 | 325.71 | 0.12 | 0.88 |
Hex | E5 | DE | E2 | 0 | 3 | 1 | A | 146 | C | 58 |
Octal | 345 | 336 | 342 | 0 | 3 | 1 | 12 | 506 | 14 | 130 |
Binary | 11100101 | 11011110 | 11100010 | 0 | 11 | 1 | 1010 | 101000110 | 1100 | 1011000 |
Color Harmonies of #E5DEE2
Complementary color
Monochromatic Colors of #E5DEE2
Black with #E5DEE2
Text Example
Text Example
White with #E5DEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DEE2; }
p { color: rgb(229,222,226); }
H1.HeaderClassName
{
color: #E5DEE2;
}
.AnyTagClassName
{
color: #E5DEE2;
}
</style>
background-color css
<style>
a { background-color: #E5DEE2; }
a { background-color: rgb(229,222,226); }
div.DivClassName
{
background-color: #E5DEE2;
}
.BgClassName
{
background-color: #E5DEE2;
}
</style>
border-color css
<style>
span { border-color: #E5DEE2; }
span { border-color: rgb(229,222,226); }
td.TdClassName
{
border-color: #E5DEE2;
}
.TagClassName
{
border-color: #E5DEE2;
}
</style>