Shades of Prim #E1CACF
Tints of Prim #E1CACF
RGB
CMYK
RGB Variations
Color information
#E1CACF (or 0xE1CACF) is known color: Prim. HEX triplet: E1, CA and CF. RGB value is (225,202,207). Sum of RGB (Red+Green+Blue) = 225+202+207=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CACF is #1E3530. Grayscale: #D1D1D1. Windows color (decimal): -1979697 or 13617889. OLE color: 13617889.
HSL color Cylindrical-coordinate representation of color #E1CACF: hue angle of 346.96º 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 #E1CACF is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 207 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.12 |
| HSL | 346.96º | 0.28% | 0.84% | - |
| HSV(B) | 346.96º | 0.1% | 0.88% | - |
| XYZ | 63.43 | 62.75 | 67.8 | - |
| YUV | 209.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 207 | 0 | 0.10 | 0.08 | 0.12 | 346.96 | 0.28 | 0.84 |
| Hex | E1 | CA | CF | 0 | A | 8 | C | 15B | 1C | 54 |
| Octal | 341 | 312 | 317 | 0 | 12 | 10 | 14 | 533 | 34 | 124 |
| Binary | 11100001 | 11001010 | 11001111 | 0 | 1010 | 1000 | 1100 | 101011011 | 11100 | 1010100 |
Color Harmonies of #E1CACF
Complementary color
Monochromatic Colors of #E1CACF
Black with #E1CACF
Text Example
Text Example
White with #E1CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CACF; }
p { color: rgb(225,202,207); }
H1.HeaderClassName
{
color: #E1CACF;
}
.AnyTagClassName
{
color: #E1CACF;
}
</style>
background-color css
<style>
a { background-color: #E1CACF; }
a { background-color: rgb(225,202,207); }
div.DivClassName
{
background-color: #E1CACF;
}
.BgClassName
{
background-color: #E1CACF;
}
</style>
border-color css
<style>
span { border-color: #E1CACF; }
span { border-color: rgb(225,202,207); }
td.TdClassName
{
border-color: #E1CACF;
}
.TagClassName
{
border-color: #E1CACF;
}
</style>