Shades of Prim #E2CBD7
Tints of Prim #E2CBD7
RGB
CMYK
RGB Variations
Color information
#E2CBD7 (or 0xE2CBD7) is known color: Prim. HEX triplet: E2, CB and D7. RGB value is (226,203,215). Sum of RGB (Red+Green+Blue) = 226+203+215=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBD7 is #1D3428. Grayscale: #D3D3D3. Windows color (decimal): -1913897 or 14142434. OLE color: 14142434.
HSL color Cylindrical-coordinate representation of color #E2CBD7: hue angle of 328.7º 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 #E2CBD7 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 215 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.11 |
| HSL | 328.7º | 0.28% | 0.84% | - |
| HSV(B) | 328.7º | 0.1% | 0.89% | - |
| XYZ | 64.99 | 63.79 | 73.18 | - |
| YUV | 211.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 215 | 0 | 0.10 | 0.05 | 0.11 | 328.7 | 0.28 | 0.84 |
| Hex | E2 | CB | D7 | 0 | A | 5 | B | 149 | 1C | 54 |
| Octal | 342 | 313 | 327 | 0 | 12 | 5 | 13 | 511 | 34 | 124 |
| Binary | 11100010 | 11001011 | 11010111 | 0 | 1010 | 101 | 1011 | 101001001 | 11100 | 1010100 |
Color Harmonies of #E2CBD7
Complementary color
Monochromatic Colors of #E2CBD7
Black with #E2CBD7
Text Example
Text Example
White with #E2CBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBD7; }
p { color: rgb(226,203,215); }
H1.HeaderClassName
{
color: #E2CBD7;
}
.AnyTagClassName
{
color: #E2CBD7;
}
</style>
background-color css
<style>
a { background-color: #E2CBD7; }
a { background-color: rgb(226,203,215); }
div.DivClassName
{
background-color: #E2CBD7;
}
.BgClassName
{
background-color: #E2CBD7;
}
</style>
border-color css
<style>
span { border-color: #E2CBD7; }
span { border-color: rgb(226,203,215); }
td.TdClassName
{
border-color: #E2CBD7;
}
.TagClassName
{
border-color: #E2CBD7;
}
</style>