Shades of Prim #E1CAD4
Tints of Prim #E1CAD4
RGB
CMYK
RGB Variations
Color information
#E1CAD4 (or 0xE1CAD4) is known color: Prim. HEX triplet: E1, CA and D4. RGB value is (225,202,212). Sum of RGB (Red+Green+Blue) = 225+202+212=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CAD4 is #1E352B. Grayscale: #D2D2D2. Windows color (decimal): -1979692 or 13945569. OLE color: 13945569.
HSL color Cylindrical-coordinate representation of color #E1CAD4: hue angle of 333.91º 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 #E1CAD4 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 212 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.12 |
| HSL | 333.91º | 0.28% | 0.84% | - |
| HSV(B) | 333.91º | 0.1% | 0.88% | - |
| XYZ | 64.06 | 63 | 71.07 | - |
| YUV | 210.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 212 | 0 | 0.10 | 0.06 | 0.12 | 333.91 | 0.28 | 0.84 |
| Hex | E1 | CA | D4 | 0 | A | 6 | C | 14E | 1C | 54 |
| Octal | 341 | 312 | 324 | 0 | 12 | 6 | 14 | 516 | 34 | 124 |
| Binary | 11100001 | 11001010 | 11010100 | 0 | 1010 | 110 | 1100 | 101001110 | 11100 | 1010100 |
Color Harmonies of #E1CAD4
Complementary color
Monochromatic Colors of #E1CAD4
Black with #E1CAD4
Text Example
Text Example
White with #E1CAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CAD4; }
p { color: rgb(225,202,212); }
H1.HeaderClassName
{
color: #E1CAD4;
}
.AnyTagClassName
{
color: #E1CAD4;
}
</style>
background-color css
<style>
a { background-color: #E1CAD4; }
a { background-color: rgb(225,202,212); }
div.DivClassName
{
background-color: #E1CAD4;
}
.BgClassName
{
background-color: #E1CAD4;
}
</style>
border-color css
<style>
span { border-color: #E1CAD4; }
span { border-color: rgb(225,202,212); }
td.TdClassName
{
border-color: #E1CAD4;
}
.TagClassName
{
border-color: #E1CAD4;
}
</style>