Shades of Prim #E2CBD1
Tints of Prim #E2CBD1
RGB
CMYK
RGB Variations
Color information
#E2CBD1 (or 0xE2CBD1) is known color: Prim. HEX triplet: E2, CB and D1. RGB value is (226,203,209). Sum of RGB (Red+Green+Blue) = 226+203+209=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBD1 is #1D342E. Grayscale: #D2D2D2. Windows color (decimal): -1913903 or 13749218. OLE color: 13749218.
HSL color Cylindrical-coordinate representation of color #E2CBD1: hue angle of 344.35º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2CBD1 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 209 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.11 |
| HSL | 344.35º | 0.28% | 0.84% | - |
| HSV(B) | 344.35º | 0.1% | 0.89% | - |
| XYZ | 64.23 | 63.48 | 69.19 | - |
| YUV | 210.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 209 | 0 | 0.10 | 0.08 | 0.11 | 344.35 | 0.28 | 0.84 |
| Hex | E2 | CB | D1 | 0 | A | 8 | B | 158 | 1C | 54 |
| Octal | 342 | 313 | 321 | 0 | 12 | 10 | 13 | 530 | 34 | 124 |
| Binary | 11100010 | 11001011 | 11010001 | 0 | 1010 | 1000 | 1011 | 101011000 | 11100 | 1010100 |
Color Harmonies of #E2CBD1
Complementary color
Monochromatic Colors of #E2CBD1
Black with #E2CBD1
Text Example
Text Example
White with #E2CBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBD1; }
p { color: rgb(226,203,209); }
H1.HeaderClassName
{
color: #E2CBD1;
}
.AnyTagClassName
{
color: #E2CBD1;
}
</style>
background-color css
<style>
a { background-color: #E2CBD1; }
a { background-color: rgb(226,203,209); }
div.DivClassName
{
background-color: #E2CBD1;
}
.BgClassName
{
background-color: #E2CBD1;
}
</style>
border-color css
<style>
span { border-color: #E2CBD1; }
span { border-color: rgb(226,203,209); }
td.TdClassName
{
border-color: #E2CBD1;
}
.TagClassName
{
border-color: #E2CBD1;
}
</style>