Shades of Prim #E2CBD5
Tints of Prim #E2CBD5
RGB
CMYK
RGB Variations
Color information
#E2CBD5 (or 0xE2CBD5) is known color: Prim. HEX triplet: E2, CB and D5. RGB value is (226,203,213). Sum of RGB (Red+Green+Blue) = 226+203+213=642 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.20% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBD5 is #1D342A. Grayscale: #D3D3D3. Windows color (decimal): -1913899 or 14011362. OLE color: 14011362.
HSL color Cylindrical-coordinate representation of color #E2CBD5: hue angle of 333.91º 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 #E2CBD5 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 213 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.11 |
| HSL | 333.91º | 0.28% | 0.84% | - |
| HSV(B) | 333.91º | 0.1% | 0.89% | - |
| XYZ | 64.73 | 63.68 | 71.83 | - |
| YUV | 211.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 213 | 0 | 0.10 | 0.06 | 0.11 | 333.91 | 0.28 | 0.84 |
| Hex | E2 | CB | D5 | 0 | A | 6 | B | 14E | 1C | 54 |
| Octal | 342 | 313 | 325 | 0 | 12 | 6 | 13 | 516 | 34 | 124 |
| Binary | 11100010 | 11001011 | 11010101 | 0 | 1010 | 110 | 1011 | 101001110 | 11100 | 1010100 |
Color Harmonies of #E2CBD5
Complementary color
Monochromatic Colors of #E2CBD5
Black with #E2CBD5
Text Example
Text Example
White with #E2CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBD5; }
p { color: rgb(226,203,213); }
H1.HeaderClassName
{
color: #E2CBD5;
}
.AnyTagClassName
{
color: #E2CBD5;
}
</style>
background-color css
<style>
a { background-color: #E2CBD5; }
a { background-color: rgb(226,203,213); }
div.DivClassName
{
background-color: #E2CBD5;
}
.BgClassName
{
background-color: #E2CBD5;
}
</style>
border-color css
<style>
span { border-color: #E2CBD5; }
span { border-color: rgb(226,203,213); }
td.TdClassName
{
border-color: #E2CBD5;
}
.TagClassName
{
border-color: #E2CBD5;
}
</style>