Shades of Prim #E0CED6
Tints of Prim #E0CED6
RGB
CMYK
RGB Variations
Color information
#E0CED6 (or 0xE0CED6) is known color: Prim. HEX triplet: E0, CE and D6. RGB value is (224,206,214). Sum of RGB (Red+Green+Blue) = 224+206+214=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CED6 is #1F3129. Grayscale: #D4D4D4. Windows color (decimal): -2044202 or 14077664. OLE color: 14077664.
HSL color Cylindrical-coordinate representation of color #E0CED6: hue angle of 333.33º 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 #E0CED6 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 206 | 214 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.12 |
| HSL | 333.33º | 0.23% | 0.84% | - |
| HSV(B) | 333.33º | 0.08% | 0.88% | - |
| XYZ | 64.95 | 64.84 | 72.71 | - |
| YUV | 212.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 214 | 0 | 0.08 | 0.04 | 0.12 | 333.33 | 0.23 | 0.84 |
| Hex | E0 | CE | D6 | 0 | 8 | 4 | C | 14D | 16 | 54 |
| Octal | 340 | 316 | 326 | 0 | 10 | 4 | 14 | 515 | 26 | 124 |
| Binary | 11100000 | 11001110 | 11010110 | 0 | 1000 | 100 | 1100 | 101001101 | 10110 | 1010100 |
Color Harmonies of #E0CED6
Complementary color
Monochromatic Colors of #E0CED6
Black with #E0CED6
Text Example
Text Example
White with #E0CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CED6; }
p { color: rgb(224,206,214); }
H1.HeaderClassName
{
color: #E0CED6;
}
.AnyTagClassName
{
color: #E0CED6;
}
</style>
background-color css
<style>
a { background-color: #E0CED6; }
a { background-color: rgb(224,206,214); }
div.DivClassName
{
background-color: #E0CED6;
}
.BgClassName
{
background-color: #E0CED6;
}
</style>
border-color css
<style>
span { border-color: #E0CED6; }
span { border-color: rgb(224,206,214); }
td.TdClassName
{
border-color: #E0CED6;
}
.TagClassName
{
border-color: #E0CED6;
}
</style>