Shades of Classic Rose #E9C4DB
Tints of Classic Rose #E9C4DB
RGB
CMYK
RGB Variations
Color information
#E9C4DB (or 0xE9C4DB) is known color: Classic Rose. HEX triplet: E9, C4 and DB. RGB value is (233,196,219). Sum of RGB (Red+Green+Blue) = 233+196+219=648 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.96% from 648); Green value is 196 (76.95% from 255 or 30.25% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C4DB is #163B24. Grayscale: #D1D1D1. Windows color (decimal): -1456933 or 14402793. OLE color: 14402793.
HSL color Cylindrical-coordinate representation of color #E9C4DB: hue angle of 322.7º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E9C4DB is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 219 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.09 |
| HSL | 322.7º | 0.46% | 0.84% | - |
| HSV(B) | 322.7º | 0.16% | 0.91% | - |
| XYZ | 66.13 | 61.92 | 75.48 | - |
| YUV | 209.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 219 | 0 | 0.16 | 0.06 | 0.09 | 322.7 | 0.46 | 0.84 |
| Hex | E9 | C4 | DB | 0 | 10 | 6 | 9 | 143 | 2E | 54 |
| Octal | 351 | 304 | 333 | 0 | 20 | 6 | 11 | 503 | 56 | 124 |
| Binary | 11101001 | 11000100 | 11011011 | 0 | 10000 | 110 | 1001 | 101000011 | 101110 | 1010100 |
Color Harmonies of #E9C4DB
Complementary color
Monochromatic Colors of #E9C4DB
Black with #E9C4DB
Text Example
Text Example
White with #E9C4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C4DB; }
p { color: rgb(233,196,219); }
H1.HeaderClassName
{
color: #E9C4DB;
}
.AnyTagClassName
{
color: #E9C4DB;
}
</style>
background-color css
<style>
a { background-color: #E9C4DB; }
a { background-color: rgb(233,196,219); }
div.DivClassName
{
background-color: #E9C4DB;
}
.BgClassName
{
background-color: #E9C4DB;
}
</style>
border-color css
<style>
span { border-color: #E9C4DB; }
span { border-color: rgb(233,196,219); }
td.TdClassName
{
border-color: #E9C4DB;
}
.TagClassName
{
border-color: #E9C4DB;
}
</style>