Shades of Prim #E5CAD1
Tints of Prim #E5CAD1
RGB
CMYK
RGB Variations
Color information
#E5CAD1 (or 0xE5CAD1) is known color: Prim. HEX triplet: E5, CA and D1. RGB value is (229,202,209). Sum of RGB (Red+Green+Blue) = 229+202+209=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CAD1 is #1A352E. Grayscale: #D2D2D2. Windows color (decimal): -1717551 or 13748965. OLE color: 13748965.
HSL color Cylindrical-coordinate representation of color #E5CAD1: hue angle of 344.44º 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 #E5CAD1 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 209 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.10 |
| HSL | 344.44º | 0.34% | 0.85% | - |
| HSV(B) | 344.44º | 0.12% | 0.9% | - |
| XYZ | 64.94 | 63.5 | 69.16 | - |
| YUV | 210.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 209 | 0 | 0.12 | 0.09 | 0.10 | 344.44 | 0.34 | 0.85 |
| Hex | E5 | CA | D1 | 0 | C | 9 | A | 158 | 22 | 55 |
| Octal | 345 | 312 | 321 | 0 | 14 | 11 | 12 | 530 | 42 | 125 |
| Binary | 11100101 | 11001010 | 11010001 | 0 | 1100 | 1001 | 1010 | 101011000 | 100010 | 1010101 |
Color Harmonies of #E5CAD1
Complementary color
Monochromatic Colors of #E5CAD1
Black with #E5CAD1
Text Example
Text Example
White with #E5CAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CAD1; }
p { color: rgb(229,202,209); }
H1.HeaderClassName
{
color: #E5CAD1;
}
.AnyTagClassName
{
color: #E5CAD1;
}
</style>
background-color css
<style>
a { background-color: #E5CAD1; }
a { background-color: rgb(229,202,209); }
div.DivClassName
{
background-color: #E5CAD1;
}
.BgClassName
{
background-color: #E5CAD1;
}
</style>
border-color css
<style>
span { border-color: #E5CAD1; }
span { border-color: rgb(229,202,209); }
td.TdClassName
{
border-color: #E5CAD1;
}
.TagClassName
{
border-color: #E5CAD1;
}
</style>