Shades of Prim #E1CACE
Tints of Prim #E1CACE
RGB
CMYK
RGB Variations
Color information
#E1CACE (or 0xE1CACE) is known color: Prim. HEX triplet: E1, CA and CE. RGB value is (225,202,206). Sum of RGB (Red+Green+Blue) = 225+202+206=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CACE is #1E3531. Grayscale: #D1D1D1. Windows color (decimal): -1979698 or 13552353. OLE color: 13552353.
HSL color Cylindrical-coordinate representation of color #E1CACE: hue angle of 349.57º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1CACE is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 206 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.12 |
| HSL | 349.57º | 0.28% | 0.84% | - |
| HSV(B) | 349.57º | 0.1% | 0.88% | - |
| XYZ | 63.31 | 62.7 | 67.16 | - |
| YUV | 209.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 206 | 0 | 0.10 | 0.08 | 0.12 | 349.57 | 0.28 | 0.84 |
| Hex | E1 | CA | CE | 0 | A | 8 | C | 15E | 1C | 54 |
| Octal | 341 | 312 | 316 | 0 | 12 | 10 | 14 | 536 | 34 | 124 |
| Binary | 11100001 | 11001010 | 11001110 | 0 | 1010 | 1000 | 1100 | 101011110 | 11100 | 1010100 |
Color Harmonies of #E1CACE
Complementary color
Monochromatic Colors of #E1CACE
Black with #E1CACE
Text Example
Text Example
White with #E1CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CACE; }
p { color: rgb(225,202,206); }
H1.HeaderClassName
{
color: #E1CACE;
}
.AnyTagClassName
{
color: #E1CACE;
}
</style>
background-color css
<style>
a { background-color: #E1CACE; }
a { background-color: rgb(225,202,206); }
div.DivClassName
{
background-color: #E1CACE;
}
.BgClassName
{
background-color: #E1CACE;
}
</style>
border-color css
<style>
span { border-color: #E1CACE; }
span { border-color: rgb(225,202,206); }
td.TdClassName
{
border-color: #E1CACE;
}
.TagClassName
{
border-color: #E1CACE;
}
</style>