Shades of Prim #E1CAD0
Tints of Prim #E1CAD0
RGB
CMYK
RGB Variations
Color information
#E1CAD0 (or 0xE1CAD0) is known color: Prim. HEX triplet: E1, CA and D0. RGB value is (225,202,208). Sum of RGB (Red+Green+Blue) = 225+202+208=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CAD0 is #1E352F. Grayscale: #D1D1D1. Windows color (decimal): -1979696 or 13683425. OLE color: 13683425.
HSL color Cylindrical-coordinate representation of color #E1CAD0: hue angle of 344.35º 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 #E1CAD0 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 208 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.12 |
| HSL | 344.35º | 0.28% | 0.84% | - |
| HSV(B) | 344.35º | 0.1% | 0.88% | - |
| XYZ | 63.56 | 62.8 | 68.45 | - |
| YUV | 209.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 208 | 0 | 0.10 | 0.08 | 0.12 | 344.35 | 0.28 | 0.84 |
| Hex | E1 | CA | D0 | 0 | A | 8 | C | 158 | 1C | 54 |
| Octal | 341 | 312 | 320 | 0 | 12 | 10 | 14 | 530 | 34 | 124 |
| Binary | 11100001 | 11001010 | 11010000 | 0 | 1010 | 1000 | 1100 | 101011000 | 11100 | 1010100 |
Color Harmonies of #E1CAD0
Complementary color
Monochromatic Colors of #E1CAD0
Black with #E1CAD0
Text Example
Text Example
White with #E1CAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CAD0; }
p { color: rgb(225,202,208); }
H1.HeaderClassName
{
color: #E1CAD0;
}
.AnyTagClassName
{
color: #E1CAD0;
}
</style>
background-color css
<style>
a { background-color: #E1CAD0; }
a { background-color: rgb(225,202,208); }
div.DivClassName
{
background-color: #E1CAD0;
}
.BgClassName
{
background-color: #E1CAD0;
}
</style>
border-color css
<style>
span { border-color: #E1CAD0; }
span { border-color: rgb(225,202,208); }
td.TdClassName
{
border-color: #E1CAD0;
}
.TagClassName
{
border-color: #E1CAD0;
}
</style>