Shades of Classic Rose #E9C8DB
Tints of Classic Rose #E9C8DB
RGB
CMYK
RGB Variations
Color information
#E9C8DB (or 0xE9C8DB) is known color: Classic Rose. HEX triplet: E9, C8 and DB. RGB value is (233,200,219). Sum of RGB (Red+Green+Blue) = 233+200+219=652 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.74% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C8DB is #163724. Grayscale: #D3D3D3. Windows color (decimal): -1455909 or 14403817. OLE color: 14403817.
HSL color Cylindrical-coordinate representation of color #E9C8DB: hue angle of 325.45º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9C8DB is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 200 | 219 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.09 |
| HSL | 325.45º | 0.43% | 0.85% | - |
| HSV(B) | 325.45º | 0.14% | 0.91% | - |
| XYZ | 67.04 | 63.75 | 75.79 | - |
| YUV | 212.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 200 | 219 | 0 | 0.14 | 0.06 | 0.09 | 325.45 | 0.43 | 0.85 |
| Hex | E9 | C8 | DB | 0 | E | 6 | 9 | 145 | 2B | 55 |
| Octal | 351 | 310 | 333 | 0 | 16 | 6 | 11 | 505 | 53 | 125 |
| Binary | 11101001 | 11001000 | 11011011 | 0 | 1110 | 110 | 1001 | 101000101 | 101011 | 1010101 |
Color Harmonies of #E9C8DB
Complementary color
Monochromatic Colors of #E9C8DB
Black with #E9C8DB
Text Example
Text Example
White with #E9C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C8DB; }
p { color: rgb(233,200,219); }
H1.HeaderClassName
{
color: #E9C8DB;
}
.AnyTagClassName
{
color: #E9C8DB;
}
</style>
background-color css
<style>
a { background-color: #E9C8DB; }
a { background-color: rgb(233,200,219); }
div.DivClassName
{
background-color: #E9C8DB;
}
.BgClassName
{
background-color: #E9C8DB;
}
</style>
border-color css
<style>
span { border-color: #E9C8DB; }
span { border-color: rgb(233,200,219); }
td.TdClassName
{
border-color: #E9C8DB;
}
.TagClassName
{
border-color: #E9C8DB;
}
</style>