Shades of Prim #E9CBD7
Tints of Prim #E9CBD7
RGB
CMYK
RGB Variations
Color information
#E9CBD7 (or 0xE9CBD7) is known color: Prim. HEX triplet: E9, CB and D7. RGB value is (233,203,215). Sum of RGB (Red+Green+Blue) = 233+203+215=651 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.79% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBD7 is #163428. Grayscale: #D5D5D5. Windows color (decimal): -1455145 or 14142441. OLE color: 14142441.
HSL color Cylindrical-coordinate representation of color #E9CBD7: hue angle of 336º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9CBD7 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 215 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.09 |
| HSL | 336º | 0.41% | 0.85% | - |
| HSV(B) | 336º | 0.13% | 0.91% | - |
| XYZ | 67.23 | 64.94 | 73.28 | - |
| YUV | 213.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 215 | 0 | 0.13 | 0.08 | 0.09 | 336 | 0.41 | 0.85 |
| Hex | E9 | CB | D7 | 0 | D | 8 | 9 | 150 | 29 | 55 |
| Octal | 351 | 313 | 327 | 0 | 15 | 10 | 11 | 520 | 51 | 125 |
| Binary | 11101001 | 11001011 | 11010111 | 0 | 1101 | 1000 | 1001 | 101010000 | 101001 | 1010101 |
Color Harmonies of #E9CBD7
Complementary color
Monochromatic Colors of #E9CBD7
Black with #E9CBD7
Text Example
Text Example
White with #E9CBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CBD7; }
p { color: rgb(233,203,215); }
H1.HeaderClassName
{
color: #E9CBD7;
}
.AnyTagClassName
{
color: #E9CBD7;
}
</style>
background-color css
<style>
a { background-color: #E9CBD7; }
a { background-color: rgb(233,203,215); }
div.DivClassName
{
background-color: #E9CBD7;
}
.BgClassName
{
background-color: #E9CBD7;
}
</style>
border-color css
<style>
span { border-color: #E9CBD7; }
span { border-color: rgb(233,203,215); }
td.TdClassName
{
border-color: #E9CBD7;
}
.TagClassName
{
border-color: #E9CBD7;
}
</style>