Shades of Prim #E2CBD2
Tints of Prim #E2CBD2
RGB
CMYK
RGB Variations
Color information
#E2CBD2 (or 0xE2CBD2) is known color: Prim. HEX triplet: E2, CB and D2. RGB value is (226,203,210). Sum of RGB (Red+Green+Blue) = 226+203+210=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBD2 is #1D342D. Grayscale: #D2D2D2. Windows color (decimal): -1913902 or 13814754. OLE color: 13814754.
HSL color Cylindrical-coordinate representation of color #E2CBD2: hue angle of 341.74º 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 #E2CBD2 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 210 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.11 |
| HSL | 341.74º | 0.28% | 0.84% | - |
| HSV(B) | 341.74º | 0.1% | 0.89% | - |
| XYZ | 64.35 | 63.53 | 69.84 | - |
| YUV | 210.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 210 | 0 | 0.10 | 0.07 | 0.11 | 341.74 | 0.28 | 0.84 |
| Hex | E2 | CB | D2 | 0 | A | 7 | B | 156 | 1C | 54 |
| Octal | 342 | 313 | 322 | 0 | 12 | 7 | 13 | 526 | 34 | 124 |
| Binary | 11100010 | 11001011 | 11010010 | 0 | 1010 | 111 | 1011 | 101010110 | 11100 | 1010100 |
Color Harmonies of #E2CBD2
Complementary color
Monochromatic Colors of #E2CBD2
Black with #E2CBD2
Text Example
Text Example
White with #E2CBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBD2; }
p { color: rgb(226,203,210); }
H1.HeaderClassName
{
color: #E2CBD2;
}
.AnyTagClassName
{
color: #E2CBD2;
}
</style>
background-color css
<style>
a { background-color: #E2CBD2; }
a { background-color: rgb(226,203,210); }
div.DivClassName
{
background-color: #E2CBD2;
}
.BgClassName
{
background-color: #E2CBD2;
}
</style>
border-color css
<style>
span { border-color: #E2CBD2; }
span { border-color: rgb(226,203,210); }
td.TdClassName
{
border-color: #E2CBD2;
}
.TagClassName
{
border-color: #E2CBD2;
}
</style>