Shades of Prim #E3CACF
Tints of Prim #E3CACF
RGB
CMYK
RGB Variations
Color information
#E3CACF (or 0xE3CACF) is known color: Prim. HEX triplet: E3, CA and CF. RGB value is (227,202,207). Sum of RGB (Red+Green+Blue) = 227+202+207=636 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.69% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CACF is #1C3530. Grayscale: #D2D2D2. Windows color (decimal): -1848625 or 13617891. OLE color: 13617891.
HSL color Cylindrical-coordinate representation of color #E3CACF: hue angle of 348º degrees, saturation: 0.31, 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 #E3CACF is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 202 | 207 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.11 |
| HSL | 348º | 0.31% | 0.84% | - |
| HSV(B) | 348º | 0.11% | 0.89% | - |
| XYZ | 64.06 | 63.08 | 67.83 | - |
| YUV | 210.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 202 | 207 | 0 | 0.11 | 0.09 | 0.11 | 348 | 0.31 | 0.84 |
| Hex | E3 | CA | CF | 0 | B | 9 | B | 15C | 1F | 54 |
| Octal | 343 | 312 | 317 | 0 | 13 | 11 | 13 | 534 | 37 | 124 |
| Binary | 11100011 | 11001010 | 11001111 | 0 | 1011 | 1001 | 1011 | 101011100 | 11111 | 1010100 |
Color Harmonies of #E3CACF
Complementary color
Monochromatic Colors of #E3CACF
Black with #E3CACF
Text Example
Text Example
White with #E3CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CACF; }
p { color: rgb(227,202,207); }
H1.HeaderClassName
{
color: #E3CACF;
}
.AnyTagClassName
{
color: #E3CACF;
}
</style>
background-color css
<style>
a { background-color: #E3CACF; }
a { background-color: rgb(227,202,207); }
div.DivClassName
{
background-color: #E3CACF;
}
.BgClassName
{
background-color: #E3CACF;
}
</style>
border-color css
<style>
span { border-color: #E3CACF; }
span { border-color: rgb(227,202,207); }
td.TdClassName
{
border-color: #E3CACF;
}
.TagClassName
{
border-color: #E3CACF;
}
</style>