Shades of Prim #E1CBD8
Tints of Prim #E1CBD8
RGB
CMYK
RGB Variations
Color information
#E1CBD8 (or 0xE1CBD8) is known color: Prim. HEX triplet: E1, CB and D8. RGB value is (225,203,216). Sum of RGB (Red+Green+Blue) = 225+203+216=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBD8 is #1E3427. Grayscale: #D3D3D3. Windows color (decimal): -1979432 or 14207969. OLE color: 14207969.
HSL color Cylindrical-coordinate representation of color #E1CBD8: hue angle of 324.55º 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 #E1CBD8 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 216 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.12 |
| HSL | 324.55º | 0.27% | 0.84% | - |
| HSV(B) | 324.55º | 0.1% | 0.88% | - |
| XYZ | 64.8 | 63.68 | 73.84 | - |
| YUV | 211.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 216 | 0 | 0.10 | 0.04 | 0.12 | 324.55 | 0.27 | 0.84 |
| Hex | E1 | CB | D8 | 0 | A | 4 | C | 145 | 1B | 54 |
| Octal | 341 | 313 | 330 | 0 | 12 | 4 | 14 | 505 | 33 | 124 |
| Binary | 11100001 | 11001011 | 11011000 | 0 | 1010 | 100 | 1100 | 101000101 | 11011 | 1010100 |
Color Harmonies of #E1CBD8
Complementary color
Monochromatic Colors of #E1CBD8
Black with #E1CBD8
Text Example
Text Example
White with #E1CBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBD8; }
p { color: rgb(225,203,216); }
H1.HeaderClassName
{
color: #E1CBD8;
}
.AnyTagClassName
{
color: #E1CBD8;
}
</style>
background-color css
<style>
a { background-color: #E1CBD8; }
a { background-color: rgb(225,203,216); }
div.DivClassName
{
background-color: #E1CBD8;
}
.BgClassName
{
background-color: #E1CBD8;
}
</style>
border-color css
<style>
span { border-color: #E1CBD8; }
span { border-color: rgb(225,203,216); }
td.TdClassName
{
border-color: #E1CBD8;
}
.TagClassName
{
border-color: #E1CBD8;
}
</style>