Shades of Prim #E1CBD4
Tints of Prim #E1CBD4
RGB
CMYK
RGB Variations
Color information
#E1CBD4 (or 0xE1CBD4) is known color: Prim. HEX triplet: E1, CB and D4. RGB value is (225,203,212). Sum of RGB (Red+Green+Blue) = 225+203+212=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBD4 is #1E342B. Grayscale: #D2D2D2. Windows color (decimal): -1979436 or 13945825. OLE color: 13945825.
HSL color Cylindrical-coordinate representation of color #E1CBD4: hue angle of 335.45º 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 #E1CBD4 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 212 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.12 |
| HSL | 335.45º | 0.27% | 0.84% | - |
| HSV(B) | 335.45º | 0.1% | 0.88% | - |
| XYZ | 64.29 | 63.47 | 71.15 | - |
| YUV | 210.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 212 | 0 | 0.10 | 0.06 | 0.12 | 335.45 | 0.27 | 0.84 |
| Hex | E1 | CB | D4 | 0 | A | 6 | C | 14F | 1B | 54 |
| Octal | 341 | 313 | 324 | 0 | 12 | 6 | 14 | 517 | 33 | 124 |
| Binary | 11100001 | 11001011 | 11010100 | 0 | 1010 | 110 | 1100 | 101001111 | 11011 | 1010100 |
Color Harmonies of #E1CBD4
Complementary color
Monochromatic Colors of #E1CBD4
Black with #E1CBD4
Text Example
Text Example
White with #E1CBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBD4; }
p { color: rgb(225,203,212); }
H1.HeaderClassName
{
color: #E1CBD4;
}
.AnyTagClassName
{
color: #E1CBD4;
}
</style>
background-color css
<style>
a { background-color: #E1CBD4; }
a { background-color: rgb(225,203,212); }
div.DivClassName
{
background-color: #E1CBD4;
}
.BgClassName
{
background-color: #E1CBD4;
}
</style>
border-color css
<style>
span { border-color: #E1CBD4; }
span { border-color: rgb(225,203,212); }
td.TdClassName
{
border-color: #E1CBD4;
}
.TagClassName
{
border-color: #E1CBD4;
}
</style>