Shades of Prim #E2CACE
Tints of Prim #E2CACE
RGB
CMYK
RGB Variations
Color information
#E2CACE (or 0xE2CACE) is known color: Prim. HEX triplet: E2, CA and CE. RGB value is (226,202,206). Sum of RGB (Red+Green+Blue) = 226+202+206=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CACE is #1D3531. Grayscale: #D1D1D1. Windows color (decimal): -1914162 or 13552354. OLE color: 13552354.
HSL color Cylindrical-coordinate representation of color #E2CACE: hue angle of 350º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2CACE is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 206 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.11 |
| HSL | 350º | 0.29% | 0.84% | - |
| HSV(B) | 350º | 0.11% | 0.89% | - |
| XYZ | 63.63 | 62.87 | 67.17 | - |
| YUV | 209.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 206 | 0 | 0.11 | 0.09 | 0.11 | 350 | 0.29 | 0.84 |
| Hex | E2 | CA | CE | 0 | B | 9 | B | 15E | 1D | 54 |
| Octal | 342 | 312 | 316 | 0 | 13 | 11 | 13 | 536 | 35 | 124 |
| Binary | 11100010 | 11001010 | 11001110 | 0 | 1011 | 1001 | 1011 | 101011110 | 11101 | 1010100 |
Color Harmonies of #E2CACE
Complementary color
Monochromatic Colors of #E2CACE
Black with #E2CACE
Text Example
Text Example
White with #E2CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CACE; }
p { color: rgb(226,202,206); }
H1.HeaderClassName
{
color: #E2CACE;
}
.AnyTagClassName
{
color: #E2CACE;
}
</style>
background-color css
<style>
a { background-color: #E2CACE; }
a { background-color: rgb(226,202,206); }
div.DivClassName
{
background-color: #E2CACE;
}
.BgClassName
{
background-color: #E2CACE;
}
</style>
border-color css
<style>
span { border-color: #E2CACE; }
span { border-color: rgb(226,202,206); }
td.TdClassName
{
border-color: #E2CACE;
}
.TagClassName
{
border-color: #E2CACE;
}
</style>