Shades of Prim #E0CBD0
Tints of Prim #E0CBD0
RGB
CMYK
RGB Variations
Color information
#E0CBD0 (or 0xE0CBD0) is known color: Prim. HEX triplet: E0, CB and D0. RGB value is (224,203,208). Sum of RGB (Red+Green+Blue) = 224+203+208=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CBD0 is #1F342F. Grayscale: #D1D1D1. Windows color (decimal): -2044976 or 13683680. OLE color: 13683680.
HSL color Cylindrical-coordinate representation of color #E0CBD0: hue angle of 345.71º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0CBD0 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 208 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.12 |
| HSL | 345.71º | 0.25% | 0.84% | - |
| HSV(B) | 345.71º | 0.09% | 0.88% | - |
| XYZ | 63.48 | 63.11 | 68.51 | - |
| YUV | 209.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 208 | 0 | 0.09 | 0.07 | 0.12 | 345.71 | 0.25 | 0.84 |
| Hex | E0 | CB | D0 | 0 | 9 | 7 | C | 15A | 19 | 54 |
| Octal | 340 | 313 | 320 | 0 | 11 | 7 | 14 | 532 | 31 | 124 |
| Binary | 11100000 | 11001011 | 11010000 | 0 | 1001 | 111 | 1100 | 101011010 | 11001 | 1010100 |
Color Harmonies of #E0CBD0
Complementary color
Monochromatic Colors of #E0CBD0
Black with #E0CBD0
Text Example
Text Example
White with #E0CBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CBD0; }
p { color: rgb(224,203,208); }
H1.HeaderClassName
{
color: #E0CBD0;
}
.AnyTagClassName
{
color: #E0CBD0;
}
</style>
background-color css
<style>
a { background-color: #E0CBD0; }
a { background-color: rgb(224,203,208); }
div.DivClassName
{
background-color: #E0CBD0;
}
.BgClassName
{
background-color: #E0CBD0;
}
</style>
border-color css
<style>
span { border-color: #E0CBD0; }
span { border-color: rgb(224,203,208); }
td.TdClassName
{
border-color: #E0CBD0;
}
.TagClassName
{
border-color: #E0CBD0;
}
</style>