Shades of Prim #E0C7CF
Tints of Prim #E0C7CF
RGB
CMYK
RGB Variations
Color information
#E0C7CF (or 0xE0C7CF) is known color: Prim. HEX triplet: E0, C7 and CF. RGB value is (224,199,207). Sum of RGB (Red+Green+Blue) = 224+199+207=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C7CF is #1F3830. Grayscale: #CFCFCF. Windows color (decimal): -2046001 or 13617120. OLE color: 13617120.
HSL color Cylindrical-coordinate representation of color #E0C7CF: hue angle of 340.8º 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 #E0C7CF is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 199 | 207 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.12 |
| HSL | 340.8º | 0.29% | 0.83% | - |
| HSV(B) | 340.8º | 0.11% | 0.88% | - |
| XYZ | 62.43 | 61.2 | 67.55 | - |
| YUV | 207.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 207 | 0 | 0.11 | 0.08 | 0.12 | 340.8 | 0.29 | 0.83 |
| Hex | E0 | C7 | CF | 0 | B | 8 | C | 155 | 1D | 53 |
| Octal | 340 | 307 | 317 | 0 | 13 | 10 | 14 | 525 | 35 | 123 |
| Binary | 11100000 | 11000111 | 11001111 | 0 | 1011 | 1000 | 1100 | 101010101 | 11101 | 1010011 |
Color Harmonies of #E0C7CF
Complementary color
Monochromatic Colors of #E0C7CF
Black with #E0C7CF
Text Example
Text Example
White with #E0C7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C7CF; }
p { color: rgb(224,199,207); }
H1.HeaderClassName
{
color: #E0C7CF;
}
.AnyTagClassName
{
color: #E0C7CF;
}
</style>
background-color css
<style>
a { background-color: #E0C7CF; }
a { background-color: rgb(224,199,207); }
div.DivClassName
{
background-color: #E0C7CF;
}
.BgClassName
{
background-color: #E0C7CF;
}
</style>
border-color css
<style>
span { border-color: #E0C7CF; }
span { border-color: rgb(224,199,207); }
td.TdClassName
{
border-color: #E0C7CF;
}
.TagClassName
{
border-color: #E0C7CF;
}
</style>