Shades of Prim #E0CACF
Tints of Prim #E0CACF
RGB
CMYK
RGB Variations
Color information
#E0CACF (or 0xE0CACF) is known color: Prim. HEX triplet: E0, CA and CF. RGB value is (224,202,207). Sum of RGB (Red+Green+Blue) = 224+202+207=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CACF is #1F3530. Grayscale: #D1D1D1. Windows color (decimal): -2045233 or 13617888. OLE color: 13617888.
HSL color Cylindrical-coordinate representation of color #E0CACF: hue angle of 346.36º degrees, saturation: 0.26, 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 #E0CACF is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 207 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.12 |
| HSL | 346.36º | 0.26% | 0.84% | - |
| HSV(B) | 346.36º | 0.1% | 0.88% | - |
| XYZ | 63.12 | 62.59 | 67.79 | - |
| YUV | 209.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 207 | 0 | 0.10 | 0.08 | 0.12 | 346.36 | 0.26 | 0.84 |
| Hex | E0 | CA | CF | 0 | A | 8 | C | 15A | 1A | 54 |
| Octal | 340 | 312 | 317 | 0 | 12 | 10 | 14 | 532 | 32 | 124 |
| Binary | 11100000 | 11001010 | 11001111 | 0 | 1010 | 1000 | 1100 | 101011010 | 11010 | 1010100 |
Color Harmonies of #E0CACF
Complementary color
Monochromatic Colors of #E0CACF
Black with #E0CACF
Text Example
Text Example
White with #E0CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CACF; }
p { color: rgb(224,202,207); }
H1.HeaderClassName
{
color: #E0CACF;
}
.AnyTagClassName
{
color: #E0CACF;
}
</style>
background-color css
<style>
a { background-color: #E0CACF; }
a { background-color: rgb(224,202,207); }
div.DivClassName
{
background-color: #E0CACF;
}
.BgClassName
{
background-color: #E0CACF;
}
</style>
border-color css
<style>
span { border-color: #E0CACF; }
span { border-color: rgb(224,202,207); }
td.TdClassName
{
border-color: #E0CACF;
}
.TagClassName
{
border-color: #E0CACF;
}
</style>