Shades of Prim #E0C7D0
Tints of Prim #E0C7D0
RGB
CMYK
RGB Variations
Color information
#E0C7D0 (or 0xE0C7D0) is known color: Prim. HEX triplet: E0, C7 and D0. RGB value is (224,199,208). Sum of RGB (Red+Green+Blue) = 224+199+208=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C7D0 is #1F382F. Grayscale: #CFCFCF. Windows color (decimal): -2046000 or 13682656. OLE color: 13682656.
HSL color Cylindrical-coordinate representation of color #E0C7D0: hue angle of 338.4º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0C7D0 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 199 | 208 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.12 |
| HSL | 338.4º | 0.29% | 0.83% | - |
| HSV(B) | 338.4º | 0.11% | 0.88% | - |
| XYZ | 62.55 | 61.25 | 68.2 | - |
| YUV | 207.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 208 | 0 | 0.11 | 0.07 | 0.12 | 338.4 | 0.29 | 0.83 |
| Hex | E0 | C7 | D0 | 0 | B | 7 | C | 152 | 1D | 53 |
| Octal | 340 | 307 | 320 | 0 | 13 | 7 | 14 | 522 | 35 | 123 |
| Binary | 11100000 | 11000111 | 11010000 | 0 | 1011 | 111 | 1100 | 101010010 | 11101 | 1010011 |
Color Harmonies of #E0C7D0
Complementary color
Monochromatic Colors of #E0C7D0
Black with #E0C7D0
Text Example
Text Example
White with #E0C7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C7D0; }
p { color: rgb(224,199,208); }
H1.HeaderClassName
{
color: #E0C7D0;
}
.AnyTagClassName
{
color: #E0C7D0;
}
</style>
background-color css
<style>
a { background-color: #E0C7D0; }
a { background-color: rgb(224,199,208); }
div.DivClassName
{
background-color: #E0C7D0;
}
.BgClassName
{
background-color: #E0C7D0;
}
</style>
border-color css
<style>
span { border-color: #E0C7D0; }
span { border-color: rgb(224,199,208); }
td.TdClassName
{
border-color: #E0C7D0;
}
.TagClassName
{
border-color: #E0C7D0;
}
</style>