Shades of Classic Rose #E9C5DB
Tints of Classic Rose #E9C5DB
RGB
CMYK
RGB Variations
Color information
#E9C5DB (or 0xE9C5DB) is known color: Classic Rose. HEX triplet: E9, C5 and DB. RGB value is (233,197,219). Sum of RGB (Red+Green+Blue) = 233+197+219=649 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.90% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C5DB is #163A24. Grayscale: #D2D2D2. Windows color (decimal): -1456677 or 14403049. OLE color: 14403049.
HSL color Cylindrical-coordinate representation of color #E9C5DB: hue angle of 323.33º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9C5DB is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 197 | 219 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.09 |
| HSL | 323.33º | 0.45% | 0.84% | - |
| HSV(B) | 323.33º | 0.15% | 0.91% | - |
| XYZ | 66.36 | 62.37 | 75.56 | - |
| YUV | 210.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 197 | 219 | 0 | 0.15 | 0.06 | 0.09 | 323.33 | 0.45 | 0.84 |
| Hex | E9 | C5 | DB | 0 | F | 6 | 9 | 143 | 2D | 54 |
| Octal | 351 | 305 | 333 | 0 | 17 | 6 | 11 | 503 | 55 | 124 |
| Binary | 11101001 | 11000101 | 11011011 | 0 | 1111 | 110 | 1001 | 101000011 | 101101 | 1010100 |
Color Harmonies of #E9C5DB
Complementary color
Monochromatic Colors of #E9C5DB
Black with #E9C5DB
Text Example
Text Example
White with #E9C5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C5DB; }
p { color: rgb(233,197,219); }
H1.HeaderClassName
{
color: #E9C5DB;
}
.AnyTagClassName
{
color: #E9C5DB;
}
</style>
background-color css
<style>
a { background-color: #E9C5DB; }
a { background-color: rgb(233,197,219); }
div.DivClassName
{
background-color: #E9C5DB;
}
.BgClassName
{
background-color: #E9C5DB;
}
</style>
border-color css
<style>
span { border-color: #E9C5DB; }
span { border-color: rgb(233,197,219); }
td.TdClassName
{
border-color: #E9C5DB;
}
.TagClassName
{
border-color: #E9C5DB;
}
</style>