Shades of Prim #E0DADE
Tints of Prim #E0DADE
RGB
CMYK
RGB Variations
Color information
#E0DADE (or 0xE0DADE) is known color: Prim. HEX triplet: E0, DA and DE. RGB value is (224,218,222). Sum of RGB (Red+Green+Blue) = 224+218+222=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DADE is #1F2521. Grayscale: #DCDCDC. Windows color (decimal): -2041122 or 14605024. OLE color: 14605024.
HSL color Cylindrical-coordinate representation of color #E0DADE: hue angle of 320º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E0DADE is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 218 | 222 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.12 |
| HSL | 320º | 0.09% | 0.87% | - |
| HSV(B) | 320º | 0.03% | 0.88% | - |
| XYZ | 69 | 71.26 | 79.23 | - |
| YUV | 220.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 222 | 0 | 0.03 | 0.01 | 0.12 | 320 | 0.09 | 0.87 |
| Hex | E0 | DA | DE | 0 | 3 | 1 | C | 140 | 9 | 57 |
| Octal | 340 | 332 | 336 | 0 | 3 | 1 | 14 | 500 | 11 | 127 |
| Binary | 11100000 | 11011010 | 11011110 | 0 | 11 | 1 | 1100 | 101000000 | 1001 | 1010111 |
Color Harmonies of #E0DADE
Complementary color
Monochromatic Colors of #E0DADE
Black with #E0DADE
Text Example
Text Example
White with #E0DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DADE; }
p { color: rgb(224,218,222); }
H1.HeaderClassName
{
color: #E0DADE;
}
.AnyTagClassName
{
color: #E0DADE;
}
</style>
background-color css
<style>
a { background-color: #E0DADE; }
a { background-color: rgb(224,218,222); }
div.DivClassName
{
background-color: #E0DADE;
}
.BgClassName
{
background-color: #E0DADE;
}
</style>
border-color css
<style>
span { border-color: #E0DADE; }
span { border-color: rgb(224,218,222); }
td.TdClassName
{
border-color: #E0DADE;
}
.TagClassName
{
border-color: #E0DADE;
}
</style>