Shades of Prim #E1CBD3
Tints of Prim #E1CBD3
RGB
CMYK
RGB Variations
Color information
#E1CBD3 (or 0xE1CBD3) is known color: Prim. HEX triplet: E1, CB and D3. RGB value is (225,203,211). Sum of RGB (Red+Green+Blue) = 225+203+211=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBD3 is #1E342C. Grayscale: #D2D2D2. Windows color (decimal): -1979437 or 13880289. OLE color: 13880289.
HSL color Cylindrical-coordinate representation of color #E1CBD3: hue angle of 338.18º 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 #E1CBD3 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 211 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.12 |
| HSL | 338.18º | 0.27% | 0.84% | - |
| HSV(B) | 338.18º | 0.1% | 0.88% | - |
| XYZ | 64.17 | 63.42 | 70.49 | - |
| YUV | 210.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 211 | 0 | 0.10 | 0.06 | 0.12 | 338.18 | 0.27 | 0.84 |
| Hex | E1 | CB | D3 | 0 | A | 6 | C | 152 | 1B | 54 |
| Octal | 341 | 313 | 323 | 0 | 12 | 6 | 14 | 522 | 33 | 124 |
| Binary | 11100001 | 11001011 | 11010011 | 0 | 1010 | 110 | 1100 | 101010010 | 11011 | 1010100 |
Color Harmonies of #E1CBD3
Complementary color
Monochromatic Colors of #E1CBD3
Black with #E1CBD3
Text Example
Text Example
White with #E1CBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBD3; }
p { color: rgb(225,203,211); }
H1.HeaderClassName
{
color: #E1CBD3;
}
.AnyTagClassName
{
color: #E1CBD3;
}
</style>
background-color css
<style>
a { background-color: #E1CBD3; }
a { background-color: rgb(225,203,211); }
div.DivClassName
{
background-color: #E1CBD3;
}
.BgClassName
{
background-color: #E1CBD3;
}
</style>
border-color css
<style>
span { border-color: #E1CBD3; }
span { border-color: rgb(225,203,211); }
td.TdClassName
{
border-color: #E1CBD3;
}
.TagClassName
{
border-color: #E1CBD3;
}
</style>