Shades of Prim #E0CBD3
Tints of Prim #E0CBD3
RGB
CMYK
RGB Variations
Color information
#E0CBD3 (or 0xE0CBD3) is known color: Prim. HEX triplet: E0, CB and D3. RGB value is (224,203,211). Sum of RGB (Red+Green+Blue) = 224+203+211=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 211 (82.81% from 255 or 33.07% from 638); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CBD3 is #1F342C. Grayscale: #D2D2D2. Windows color (decimal): -2044973 or 13880288. OLE color: 13880288.
HSL color Cylindrical-coordinate representation of color #E0CBD3: hue angle of 337.14º 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 #E0CBD3 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 211 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.12 |
| HSL | 337.14º | 0.25% | 0.84% | - |
| HSV(B) | 337.14º | 0.09% | 0.88% | - |
| XYZ | 63.85 | 63.26 | 70.47 | - |
| YUV | 210.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 211 | 0 | 0.09 | 0.06 | 0.12 | 337.14 | 0.25 | 0.84 |
| Hex | E0 | CB | D3 | 0 | 9 | 6 | C | 151 | 19 | 54 |
| Octal | 340 | 313 | 323 | 0 | 11 | 6 | 14 | 521 | 31 | 124 |
| Binary | 11100000 | 11001011 | 11010011 | 0 | 1001 | 110 | 1100 | 101010001 | 11001 | 1010100 |
Color Harmonies of #E0CBD3
Complementary color
Monochromatic Colors of #E0CBD3
Black with #E0CBD3
Text Example
Text Example
White with #E0CBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CBD3; }
p { color: rgb(224,203,211); }
H1.HeaderClassName
{
color: #E0CBD3;
}
.AnyTagClassName
{
color: #E0CBD3;
}
</style>
background-color css
<style>
a { background-color: #E0CBD3; }
a { background-color: rgb(224,203,211); }
div.DivClassName
{
background-color: #E0CBD3;
}
.BgClassName
{
background-color: #E0CBD3;
}
</style>
border-color css
<style>
span { border-color: #E0CBD3; }
span { border-color: rgb(224,203,211); }
td.TdClassName
{
border-color: #E0CBD3;
}
.TagClassName
{
border-color: #E0CBD3;
}
</style>