Shades of Prim #E1CBD5
Tints of Prim #E1CBD5
RGB
CMYK
RGB Variations
Color information
#E1CBD5 (or 0xE1CBD5) is known color: Prim. HEX triplet: E1, CB and D5. RGB value is (225,203,213). Sum of RGB (Red+Green+Blue) = 225+203+213=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBD5 is #1E342A. Grayscale: #D2D2D2. Windows color (decimal): -1979435 or 14011361. OLE color: 14011361.
HSL color Cylindrical-coordinate representation of color #E1CBD5: hue angle of 332.73º 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 #E1CBD5 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 213 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.12 |
| HSL | 332.73º | 0.27% | 0.84% | - |
| HSV(B) | 332.73º | 0.1% | 0.88% | - |
| XYZ | 64.42 | 63.52 | 71.82 | - |
| YUV | 210.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 213 | 0 | 0.10 | 0.05 | 0.12 | 332.73 | 0.27 | 0.84 |
| Hex | E1 | CB | D5 | 0 | A | 5 | C | 14D | 1B | 54 |
| Octal | 341 | 313 | 325 | 0 | 12 | 5 | 14 | 515 | 33 | 124 |
| Binary | 11100001 | 11001011 | 11010101 | 0 | 1010 | 101 | 1100 | 101001101 | 11011 | 1010100 |
Color Harmonies of #E1CBD5
Complementary color
Monochromatic Colors of #E1CBD5
Black with #E1CBD5
Text Example
Text Example
White with #E1CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBD5; }
p { color: rgb(225,203,213); }
H1.HeaderClassName
{
color: #E1CBD5;
}
.AnyTagClassName
{
color: #E1CBD5;
}
</style>
background-color css
<style>
a { background-color: #E1CBD5; }
a { background-color: rgb(225,203,213); }
div.DivClassName
{
background-color: #E1CBD5;
}
.BgClassName
{
background-color: #E1CBD5;
}
</style>
border-color css
<style>
span { border-color: #E1CBD5; }
span { border-color: rgb(225,203,213); }
td.TdClassName
{
border-color: #E1CBD5;
}
.TagClassName
{
border-color: #E1CBD5;
}
</style>