Shades of Prim #E0CBD7
Tints of Prim #E0CBD7
RGB
CMYK
RGB Variations
Color information
#E0CBD7 (or 0xE0CBD7) is known color: Prim. HEX triplet: E0, CB and D7. RGB value is (224,203,215). Sum of RGB (Red+Green+Blue) = 224+203+215=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CBD7 is #1F3428. Grayscale: #D2D2D2. Windows color (decimal): -2044969 or 14142432. OLE color: 14142432.
HSL color Cylindrical-coordinate representation of color #E0CBD7: hue angle of 325.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 #E0CBD7 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 215 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.12 |
| HSL | 325.71º | 0.25% | 0.84% | - |
| HSV(B) | 325.71º | 0.09% | 0.88% | - |
| XYZ | 64.36 | 63.47 | 73.15 | - |
| YUV | 210.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 215 | 0 | 0.09 | 0.04 | 0.12 | 325.71 | 0.25 | 0.84 |
| Hex | E0 | CB | D7 | 0 | 9 | 4 | C | 146 | 19 | 54 |
| Octal | 340 | 313 | 327 | 0 | 11 | 4 | 14 | 506 | 31 | 124 |
| Binary | 11100000 | 11001011 | 11010111 | 0 | 1001 | 100 | 1100 | 101000110 | 11001 | 1010100 |
Color Harmonies of #E0CBD7
Complementary color
Monochromatic Colors of #E0CBD7
Black with #E0CBD7
Text Example
Text Example
White with #E0CBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CBD7; }
p { color: rgb(224,203,215); }
H1.HeaderClassName
{
color: #E0CBD7;
}
.AnyTagClassName
{
color: #E0CBD7;
}
</style>
background-color css
<style>
a { background-color: #E0CBD7; }
a { background-color: rgb(224,203,215); }
div.DivClassName
{
background-color: #E0CBD7;
}
.BgClassName
{
background-color: #E0CBD7;
}
</style>
border-color css
<style>
span { border-color: #E0CBD7; }
span { border-color: rgb(224,203,215); }
td.TdClassName
{
border-color: #E0CBD7;
}
.TagClassName
{
border-color: #E0CBD7;
}
</style>