Shades of Classic Rose #E9C6DB
Tints of Classic Rose #E9C6DB
RGB
CMYK
RGB Variations
Color information
#E9C6DB (or 0xE9C6DB) is known color: Classic Rose. HEX triplet: E9, C6 and DB. RGB value is (233,198,219). Sum of RGB (Red+Green+Blue) = 233+198+219=650 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.85% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C6DB is #163924. Grayscale: #D2D2D2. Windows color (decimal): -1456421 or 14403305. OLE color: 14403305.
HSL color Cylindrical-coordinate representation of color #E9C6DB: hue angle of 324º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9C6DB is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 198 | 219 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.09 |
| HSL | 324º | 0.44% | 0.85% | - |
| HSV(B) | 324º | 0.15% | 0.91% | - |
| XYZ | 66.58 | 62.83 | 75.64 | - |
| YUV | 210.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 198 | 219 | 0 | 0.15 | 0.06 | 0.09 | 324 | 0.44 | 0.85 |
| Hex | E9 | C6 | DB | 0 | F | 6 | 9 | 144 | 2C | 55 |
| Octal | 351 | 306 | 333 | 0 | 17 | 6 | 11 | 504 | 54 | 125 |
| Binary | 11101001 | 11000110 | 11011011 | 0 | 1111 | 110 | 1001 | 101000100 | 101100 | 1010101 |
Color Harmonies of #E9C6DB
Complementary color
Monochromatic Colors of #E9C6DB
Black with #E9C6DB
Text Example
Text Example
White with #E9C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C6DB; }
p { color: rgb(233,198,219); }
H1.HeaderClassName
{
color: #E9C6DB;
}
.AnyTagClassName
{
color: #E9C6DB;
}
</style>
background-color css
<style>
a { background-color: #E9C6DB; }
a { background-color: rgb(233,198,219); }
div.DivClassName
{
background-color: #E9C6DB;
}
.BgClassName
{
background-color: #E9C6DB;
}
</style>
border-color css
<style>
span { border-color: #E9C6DB; }
span { border-color: rgb(233,198,219); }
td.TdClassName
{
border-color: #E9C6DB;
}
.TagClassName
{
border-color: #E9C6DB;
}
</style>