Shades of Prim #E0C5CC
Tints of Prim #E0C5CC
RGB
CMYK
RGB Variations
Color information
#E0C5CC (or 0xE0C5CC) is known color: Prim. HEX triplet: E0, C5 and CC. RGB value is (224,197,204). Sum of RGB (Red+Green+Blue) = 224+197+204=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C5CC is #1F3A33. Grayscale: #CDCDCD. Windows color (decimal): -2046516 or 13420000. OLE color: 13420000.
HSL color Cylindrical-coordinate representation of color #E0C5CC: hue angle of 344.44º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0C5CC is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 197 | 204 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.12 |
| HSL | 344.44º | 0.3% | 0.83% | - |
| HSV(B) | 344.44º | 0.12% | 0.88% | - |
| XYZ | 61.61 | 60.14 | 65.49 | - |
| YUV | 205.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 204 | 0 | 0.12 | 0.09 | 0.12 | 344.44 | 0.3 | 0.83 |
| Hex | E0 | C5 | CC | 0 | C | 9 | C | 158 | 1E | 53 |
| Octal | 340 | 305 | 314 | 0 | 14 | 11 | 14 | 530 | 36 | 123 |
| Binary | 11100000 | 11000101 | 11001100 | 0 | 1100 | 1001 | 1100 | 101011000 | 11110 | 1010011 |
Color Harmonies of #E0C5CC
Complementary color
Monochromatic Colors of #E0C5CC
Black with #E0C5CC
Text Example
Text Example
White with #E0C5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C5CC; }
p { color: rgb(224,197,204); }
H1.HeaderClassName
{
color: #E0C5CC;
}
.AnyTagClassName
{
color: #E0C5CC;
}
</style>
background-color css
<style>
a { background-color: #E0C5CC; }
a { background-color: rgb(224,197,204); }
div.DivClassName
{
background-color: #E0C5CC;
}
.BgClassName
{
background-color: #E0C5CC;
}
</style>
border-color css
<style>
span { border-color: #E0C5CC; }
span { border-color: rgb(224,197,204); }
td.TdClassName
{
border-color: #E0C5CC;
}
.TagClassName
{
border-color: #E0C5CC;
}
</style>