Shades of Prim #E8DEE4
Tints of Prim #E8DEE4
RGB
CMYK
RGB Variations
Color information
#E8DEE4 (or 0xE8DEE4) is known color: Prim. HEX triplet: E8, DE and E4. RGB value is (232,222,228). Sum of RGB (Red+Green+Blue) = 232+222+228=682 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.02% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DEE4 is #17211B. Grayscale: #E1E1E1. Windows color (decimal): -1515804 or 14999272. OLE color: 14999272.
HSL color Cylindrical-coordinate representation of color #E8DEE4: hue angle of 324º degrees, saturation: 0.18, 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 #E8DEE4 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 222 | 228 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.09 |
| HSL | 324º | 0.18% | 0.89% | - |
| HSV(B) | 324º | 0.04% | 0.91% | - |
| XYZ | 73.4 | 75 | 84.01 | - |
| YUV | 225.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 222 | 228 | 0 | 0.04 | 0.02 | 0.09 | 324 | 0.18 | 0.89 |
| Hex | E8 | DE | E4 | 0 | 4 | 2 | 9 | 144 | 12 | 59 |
| Octal | 350 | 336 | 344 | 0 | 4 | 2 | 11 | 504 | 22 | 131 |
| Binary | 11101000 | 11011110 | 11100100 | 0 | 100 | 10 | 1001 | 101000100 | 10010 | 1011001 |
Color Harmonies of #E8DEE4
Complementary color
Monochromatic Colors of #E8DEE4
Black with #E8DEE4
Text Example
Text Example
White with #E8DEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DEE4; }
p { color: rgb(232,222,228); }
H1.HeaderClassName
{
color: #E8DEE4;
}
.AnyTagClassName
{
color: #E8DEE4;
}
</style>
background-color css
<style>
a { background-color: #E8DEE4; }
a { background-color: rgb(232,222,228); }
div.DivClassName
{
background-color: #E8DEE4;
}
.BgClassName
{
background-color: #E8DEE4;
}
</style>
border-color css
<style>
span { border-color: #E8DEE4; }
span { border-color: rgb(232,222,228); }
td.TdClassName
{
border-color: #E8DEE4;
}
.TagClassName
{
border-color: #E8DEE4;
}
</style>