Shades of Prim #E9CBD9
Tints of Prim #E9CBD9
RGB
CMYK
RGB Variations
Color information
#E9CBD9 (or 0xE9CBD9) is known color: Prim. HEX triplet: E9, CB and D9. RGB value is (233,203,217). Sum of RGB (Red+Green+Blue) = 233+203+217=653 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.68% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBD9 is #163426. Grayscale: #D5D5D5. Windows color (decimal): -1455143 or 14273513. OLE color: 14273513.
HSL color Cylindrical-coordinate representation of color #E9CBD9: hue angle of 332º 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 #E9CBD9 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 217 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.09 |
| HSL | 332º | 0.41% | 0.85% | - |
| HSV(B) | 332º | 0.13% | 0.91% | - |
| XYZ | 67.48 | 65.05 | 74.64 | - |
| YUV | 213.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 217 | 0 | 0.13 | 0.07 | 0.09 | 332 | 0.41 | 0.85 |
| Hex | E9 | CB | D9 | 0 | D | 7 | 9 | 14C | 29 | 55 |
| Octal | 351 | 313 | 331 | 0 | 15 | 7 | 11 | 514 | 51 | 125 |
| Binary | 11101001 | 11001011 | 11011001 | 0 | 1101 | 111 | 1001 | 101001100 | 101001 | 1010101 |
Color Harmonies of #E9CBD9
Complementary color
Monochromatic Colors of #E9CBD9
Black with #E9CBD9
Text Example
Text Example
White with #E9CBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CBD9; }
p { color: rgb(233,203,217); }
H1.HeaderClassName
{
color: #E9CBD9;
}
.AnyTagClassName
{
color: #E9CBD9;
}
</style>
background-color css
<style>
a { background-color: #E9CBD9; }
a { background-color: rgb(233,203,217); }
div.DivClassName
{
background-color: #E9CBD9;
}
.BgClassName
{
background-color: #E9CBD9;
}
</style>
border-color css
<style>
span { border-color: #E9CBD9; }
span { border-color: rgb(233,203,217); }
td.TdClassName
{
border-color: #E9CBD9;
}
.TagClassName
{
border-color: #E9CBD9;
}
</style>