Shades of Prim #E1CAD1
Tints of Prim #E1CAD1
RGB
CMYK
RGB Variations
Color information
#E1CAD1 (or 0xE1CAD1) is known color: Prim. HEX triplet: E1, CA and D1. RGB value is (225,202,209). Sum of RGB (Red+Green+Blue) = 225+202+209=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CAD1 is #1E352E. Grayscale: #D1D1D1. Windows color (decimal): -1979695 or 13748961. OLE color: 13748961.
HSL color Cylindrical-coordinate representation of color #E1CAD1: hue angle of 341.74º 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 #E1CAD1 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 209 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.12 |
| HSL | 341.74º | 0.28% | 0.84% | - |
| HSV(B) | 341.74º | 0.1% | 0.88% | - |
| XYZ | 63.68 | 62.85 | 69.1 | - |
| YUV | 209.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 209 | 0 | 0.10 | 0.07 | 0.12 | 341.74 | 0.28 | 0.84 |
| Hex | E1 | CA | D1 | 0 | A | 7 | C | 156 | 1C | 54 |
| Octal | 341 | 312 | 321 | 0 | 12 | 7 | 14 | 526 | 34 | 124 |
| Binary | 11100001 | 11001010 | 11010001 | 0 | 1010 | 111 | 1100 | 101010110 | 11100 | 1010100 |
Color Harmonies of #E1CAD1
Complementary color
Monochromatic Colors of #E1CAD1
Black with #E1CAD1
Text Example
Text Example
White with #E1CAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CAD1; }
p { color: rgb(225,202,209); }
H1.HeaderClassName
{
color: #E1CAD1;
}
.AnyTagClassName
{
color: #E1CAD1;
}
</style>
background-color css
<style>
a { background-color: #E1CAD1; }
a { background-color: rgb(225,202,209); }
div.DivClassName
{
background-color: #E1CAD1;
}
.BgClassName
{
background-color: #E1CAD1;
}
</style>
border-color css
<style>
span { border-color: #E1CAD1; }
span { border-color: rgb(225,202,209); }
td.TdClassName
{
border-color: #E1CAD1;
}
.TagClassName
{
border-color: #E1CAD1;
}
</style>