Shades of Prim #E5CACF
Tints of Prim #E5CACF
RGB
CMYK
RGB Variations
Color information
#E5CACF (or 0xE5CACF) is known color: Prim. HEX triplet: E5, CA and CF. RGB value is (229,202,207). Sum of RGB (Red+Green+Blue) = 229+202+207=638 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.89% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CACF is #1A3530. Grayscale: #D2D2D2. Windows color (decimal): -1717553 or 13617893. OLE color: 13617893.
HSL color Cylindrical-coordinate representation of color #E5CACF: hue angle of 348.89º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5CACF is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 207 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.10 |
| HSL | 348.89º | 0.34% | 0.85% | - |
| HSV(B) | 348.89º | 0.12% | 0.9% | - |
| XYZ | 64.7 | 63.4 | 67.86 | - |
| YUV | 210.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 207 | 0 | 0.12 | 0.10 | 0.10 | 348.89 | 0.34 | 0.85 |
| Hex | E5 | CA | CF | 0 | C | A | A | 15D | 22 | 55 |
| Octal | 345 | 312 | 317 | 0 | 14 | 12 | 12 | 535 | 42 | 125 |
| Binary | 11100101 | 11001010 | 11001111 | 0 | 1100 | 1010 | 1010 | 101011101 | 100010 | 1010101 |
Color Harmonies of #E5CACF
Complementary color
Monochromatic Colors of #E5CACF
Black with #E5CACF
Text Example
Text Example
White with #E5CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CACF; }
p { color: rgb(229,202,207); }
H1.HeaderClassName
{
color: #E5CACF;
}
.AnyTagClassName
{
color: #E5CACF;
}
</style>
background-color css
<style>
a { background-color: #E5CACF; }
a { background-color: rgb(229,202,207); }
div.DivClassName
{
background-color: #E5CACF;
}
.BgClassName
{
background-color: #E5CACF;
}
</style>
border-color css
<style>
span { border-color: #E5CACF; }
span { border-color: rgb(229,202,207); }
td.TdClassName
{
border-color: #E5CACF;
}
.TagClassName
{
border-color: #E5CACF;
}
</style>