Shades of Prim #E1CBD1
Tints of Prim #E1CBD1
RGB
CMYK
RGB Variations
Color information
#E1CBD1 (or 0xE1CBD1) is known color: Prim. HEX triplet: E1, CB and D1. RGB value is (225,203,209). Sum of RGB (Red+Green+Blue) = 225+203+209=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBD1 is #1E342E. Grayscale: #D2D2D2. Windows color (decimal): -1979439 or 13749217. OLE color: 13749217.
HSL color Cylindrical-coordinate representation of color #E1CBD1: hue angle of 343.64º degrees, saturation: 0.27, 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 #E1CBD1 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 209 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.12 |
| HSL | 343.64º | 0.27% | 0.84% | - |
| HSV(B) | 343.64º | 0.1% | 0.88% | - |
| XYZ | 63.92 | 63.32 | 69.18 | - |
| YUV | 210.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 209 | 0 | 0.10 | 0.07 | 0.12 | 343.64 | 0.27 | 0.84 |
| Hex | E1 | CB | D1 | 0 | A | 7 | C | 158 | 1B | 54 |
| Octal | 341 | 313 | 321 | 0 | 12 | 7 | 14 | 530 | 33 | 124 |
| Binary | 11100001 | 11001011 | 11010001 | 0 | 1010 | 111 | 1100 | 101011000 | 11011 | 1010100 |
Color Harmonies of #E1CBD1
Complementary color
Monochromatic Colors of #E1CBD1
Black with #E1CBD1
Text Example
Text Example
White with #E1CBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBD1; }
p { color: rgb(225,203,209); }
H1.HeaderClassName
{
color: #E1CBD1;
}
.AnyTagClassName
{
color: #E1CBD1;
}
</style>
background-color css
<style>
a { background-color: #E1CBD1; }
a { background-color: rgb(225,203,209); }
div.DivClassName
{
background-color: #E1CBD1;
}
.BgClassName
{
background-color: #E1CBD1;
}
</style>
border-color css
<style>
span { border-color: #E1CBD1; }
span { border-color: rgb(225,203,209); }
td.TdClassName
{
border-color: #E1CBD1;
}
.TagClassName
{
border-color: #E1CBD1;
}
</style>