Shades of Prim #E1CBD2
Tints of Prim #E1CBD2
RGB
CMYK
RGB Variations
Color information
#E1CBD2 (or 0xE1CBD2) is known color: Prim. HEX triplet: E1, CB and D2. RGB value is (225,203,210). Sum of RGB (Red+Green+Blue) = 225+203+210=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 210 (82.42% from 255 or 32.92% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBD2 is #1E342D. Grayscale: #D2D2D2. Windows color (decimal): -1979438 or 13814753. OLE color: 13814753.
HSL color Cylindrical-coordinate representation of color #E1CBD2: hue angle of 340.91º 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 #E1CBD2 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 210 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.12 |
| HSL | 340.91º | 0.27% | 0.84% | - |
| HSV(B) | 340.91º | 0.1% | 0.88% | - |
| XYZ | 64.04 | 63.37 | 69.83 | - |
| YUV | 210.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 210 | 0 | 0.10 | 0.07 | 0.12 | 340.91 | 0.27 | 0.84 |
| Hex | E1 | CB | D2 | 0 | A | 7 | C | 155 | 1B | 54 |
| Octal | 341 | 313 | 322 | 0 | 12 | 7 | 14 | 525 | 33 | 124 |
| Binary | 11100001 | 11001011 | 11010010 | 0 | 1010 | 111 | 1100 | 101010101 | 11011 | 1010100 |
Color Harmonies of #E1CBD2
Complementary color
Monochromatic Colors of #E1CBD2
Black with #E1CBD2
Text Example
Text Example
White with #E1CBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBD2; }
p { color: rgb(225,203,210); }
H1.HeaderClassName
{
color: #E1CBD2;
}
.AnyTagClassName
{
color: #E1CBD2;
}
</style>
background-color css
<style>
a { background-color: #E1CBD2; }
a { background-color: rgb(225,203,210); }
div.DivClassName
{
background-color: #E1CBD2;
}
.BgClassName
{
background-color: #E1CBD2;
}
</style>
border-color css
<style>
span { border-color: #E1CBD2; }
span { border-color: rgb(225,203,210); }
td.TdClassName
{
border-color: #E1CBD2;
}
.TagClassName
{
border-color: #E1CBD2;
}
</style>