Shades of Prim #E1CAD2
Tints of Prim #E1CAD2
RGB
CMYK
RGB Variations
Color information
#E1CAD2 (or 0xE1CAD2) is known color: Prim. HEX triplet: E1, CA and D2. RGB value is (225,202,210). Sum of RGB (Red+Green+Blue) = 225+202+210=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CAD2 is #1E352D. Grayscale: #D1D1D1. Windows color (decimal): -1979694 or 13814497. OLE color: 13814497.
HSL color Cylindrical-coordinate representation of color #E1CAD2: hue angle of 339.13º 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 #E1CAD2 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 210 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.12 |
| HSL | 339.13º | 0.28% | 0.84% | - |
| HSV(B) | 339.13º | 0.1% | 0.88% | - |
| XYZ | 63.8 | 62.9 | 69.75 | - |
| YUV | 209.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 210 | 0 | 0.10 | 0.07 | 0.12 | 339.13 | 0.28 | 0.84 |
| Hex | E1 | CA | D2 | 0 | A | 7 | C | 153 | 1C | 54 |
| Octal | 341 | 312 | 322 | 0 | 12 | 7 | 14 | 523 | 34 | 124 |
| Binary | 11100001 | 11001010 | 11010010 | 0 | 1010 | 111 | 1100 | 101010011 | 11100 | 1010100 |
Color Harmonies of #E1CAD2
Complementary color
Monochromatic Colors of #E1CAD2
Black with #E1CAD2
Text Example
Text Example
White with #E1CAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CAD2; }
p { color: rgb(225,202,210); }
H1.HeaderClassName
{
color: #E1CAD2;
}
.AnyTagClassName
{
color: #E1CAD2;
}
</style>
background-color css
<style>
a { background-color: #E1CAD2; }
a { background-color: rgb(225,202,210); }
div.DivClassName
{
background-color: #E1CAD2;
}
.BgClassName
{
background-color: #E1CAD2;
}
</style>
border-color css
<style>
span { border-color: #E1CAD2; }
span { border-color: rgb(225,202,210); }
td.TdClassName
{
border-color: #E1CAD2;
}
.TagClassName
{
border-color: #E1CAD2;
}
</style>