Shades of Prim #E2DDE0
Tints of Prim #E2DDE0
RGB
CMYK
RGB Variations
Color information
#E2DDE0 (or 0xE2DDE0) is known color: Prim. HEX triplet: E2, DD and E0. RGB value is (226,221,224). Sum of RGB (Red+Green+Blue) = 226+221+224=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDE0 is #1D221F. Grayscale: #DEDEDE. Windows color (decimal): -1909280 or 14736866. OLE color: 14736866.
HSL color Cylindrical-coordinate representation of color #E2DDE0: hue angle of 324º degrees, saturation: 0.08, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E2DDE0 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 221 | 224 | - |
CMYK | 0 | 0.02 | 0.01 | 0.11 |
HSL | 324º | 0.08% | 0.88% | - |
HSV(B) | 324º | 0.02% | 0.89% | - |
XYZ | 70.68 | 73.26 | 80.94 | - |
YUV | 222.84 | 128.66 | 130.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 224 | 0 | 0.02 | 0.01 | 0.11 | 324 | 0.08 | 0.88 |
Hex | E2 | DD | E0 | 0 | 2 | 1 | B | 144 | 8 | 58 |
Octal | 342 | 335 | 340 | 0 | 2 | 1 | 13 | 504 | 10 | 130 |
Binary | 11100010 | 11011101 | 11100000 | 0 | 10 | 1 | 1011 | 101000100 | 1000 | 1011000 |
Color Harmonies of #E2DDE0
Complementary color
Monochromatic Colors of #E2DDE0
Black with #E2DDE0
Text Example
Text Example
White with #E2DDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDE0; }
p { color: rgb(226,221,224); }
H1.HeaderClassName
{
color: #E2DDE0;
}
.AnyTagClassName
{
color: #E2DDE0;
}
</style>
background-color css
<style>
a { background-color: #E2DDE0; }
a { background-color: rgb(226,221,224); }
div.DivClassName
{
background-color: #E2DDE0;
}
.BgClassName
{
background-color: #E2DDE0;
}
</style>
border-color css
<style>
span { border-color: #E2DDE0; }
span { border-color: rgb(226,221,224); }
td.TdClassName
{
border-color: #E2DDE0;
}
.TagClassName
{
border-color: #E2DDE0;
}
</style>