Shades of Prim #E0CED4
Tints of Prim #E0CED4
RGB
CMYK
RGB Variations
Color information
#E0CED4 (or 0xE0CED4) is known color: Prim. HEX triplet: E0, CE and D4. RGB value is (224,206,212). Sum of RGB (Red+Green+Blue) = 224+206+212=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CED4 is #1F312B. Grayscale: #D4D4D4. Windows color (decimal): -2044204 or 13946592. OLE color: 13946592.
HSL color Cylindrical-coordinate representation of color #E0CED4: hue angle of 340º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0CED4 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 206 | 212 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.12 |
| HSL | 340º | 0.23% | 0.84% | - |
| HSV(B) | 340º | 0.08% | 0.88% | - |
| XYZ | 64.7 | 64.74 | 71.37 | - |
| YUV | 212.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 212 | 0 | 0.08 | 0.05 | 0.12 | 340 | 0.23 | 0.84 |
| Hex | E0 | CE | D4 | 0 | 8 | 5 | C | 154 | 16 | 54 |
| Octal | 340 | 316 | 324 | 0 | 10 | 5 | 14 | 524 | 26 | 124 |
| Binary | 11100000 | 11001110 | 11010100 | 0 | 1000 | 101 | 1100 | 101010100 | 10110 | 1010100 |
Color Harmonies of #E0CED4
Complementary color
Monochromatic Colors of #E0CED4
Black with #E0CED4
Text Example
Text Example
White with #E0CED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CED4; }
p { color: rgb(224,206,212); }
H1.HeaderClassName
{
color: #E0CED4;
}
.AnyTagClassName
{
color: #E0CED4;
}
</style>
background-color css
<style>
a { background-color: #E0CED4; }
a { background-color: rgb(224,206,212); }
div.DivClassName
{
background-color: #E0CED4;
}
.BgClassName
{
background-color: #E0CED4;
}
</style>
border-color css
<style>
span { border-color: #E0CED4; }
span { border-color: rgb(224,206,212); }
td.TdClassName
{
border-color: #E0CED4;
}
.TagClassName
{
border-color: #E0CED4;
}
</style>