Shades of Prim #E7DEE2
Tints of Prim #E7DEE2
RGB
CMYK
RGB Variations
Color information
#E7DEE2 (or 0xE7DEE2) is known color: Prim. HEX triplet: E7, DE and E2. RGB value is (231,222,226). Sum of RGB (Red+Green+Blue) = 231+222+226=679 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.02% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DEE2 is #18211D. Grayscale: #E1E1E1. Windows color (decimal): -1581342 or 14868199. OLE color: 14868199.
HSL color Cylindrical-coordinate representation of color #E7DEE2: hue angle of 333.33º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E7DEE2 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 222 | 226 | - |
CMYK | 0 | 0.04 | 0.02 | 0.09 |
HSL | 333.33º | 0.16% | 0.89% | - |
HSV(B) | 333.33º | 0.04% | 0.91% | - |
XYZ | 72.8 | 74.72 | 82.54 | - |
YUV | 225.15 | 128.48 | 132.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 222 | 226 | 0 | 0.04 | 0.02 | 0.09 | 333.33 | 0.16 | 0.89 |
Hex | E7 | DE | E2 | 0 | 4 | 2 | 9 | 14D | 10 | 59 |
Octal | 347 | 336 | 342 | 0 | 4 | 2 | 11 | 515 | 20 | 131 |
Binary | 11100111 | 11011110 | 11100010 | 0 | 100 | 10 | 1001 | 101001101 | 10000 | 1011001 |
Color Harmonies of #E7DEE2
Complementary color
Monochromatic Colors of #E7DEE2
Black with #E7DEE2
Text Example
Text Example
White with #E7DEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DEE2; }
p { color: rgb(231,222,226); }
H1.HeaderClassName
{
color: #E7DEE2;
}
.AnyTagClassName
{
color: #E7DEE2;
}
</style>
background-color css
<style>
a { background-color: #E7DEE2; }
a { background-color: rgb(231,222,226); }
div.DivClassName
{
background-color: #E7DEE2;
}
.BgClassName
{
background-color: #E7DEE2;
}
</style>
border-color css
<style>
span { border-color: #E7DEE2; }
span { border-color: rgb(231,222,226); }
td.TdClassName
{
border-color: #E7DEE2;
}
.TagClassName
{
border-color: #E7DEE2;
}
</style>