Shades of Classic Rose #E9C8DC
Tints of Classic Rose #E9C8DC
RGB
CMYK
RGB Variations
Color information
#E9C8DC (or 0xE9C8DC) is known color: Classic Rose. HEX triplet: E9, C8 and DC. RGB value is (233,200,220). Sum of RGB (Red+Green+Blue) = 233+200+220=653 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.68% from 653); Green value is 200 (78.52% from 255 or 30.63% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C8DC is #163723. Grayscale: #D4D4D4. Windows color (decimal): -1455908 or 14469353. OLE color: 14469353.
HSL color Cylindrical-coordinate representation of color #E9C8DC: hue angle of 323.64º 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 #E9C8DC is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 200 | 220 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.09 |
| HSL | 323.64º | 0.43% | 0.85% | - |
| HSV(B) | 323.64º | 0.14% | 0.91% | - |
| XYZ | 67.18 | 63.8 | 76.48 | - |
| YUV | 212.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 200 | 220 | 0 | 0.14 | 0.06 | 0.09 | 323.64 | 0.43 | 0.85 |
| Hex | E9 | C8 | DC | 0 | E | 6 | 9 | 144 | 2B | 55 |
| Octal | 351 | 310 | 334 | 0 | 16 | 6 | 11 | 504 | 53 | 125 |
| Binary | 11101001 | 11001000 | 11011100 | 0 | 1110 | 110 | 1001 | 101000100 | 101011 | 1010101 |
Color Harmonies of #E9C8DC
Complementary color
Monochromatic Colors of #E9C8DC
Black with #E9C8DC
Text Example
Text Example
White with #E9C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C8DC; }
p { color: rgb(233,200,220); }
H1.HeaderClassName
{
color: #E9C8DC;
}
.AnyTagClassName
{
color: #E9C8DC;
}
</style>
background-color css
<style>
a { background-color: #E9C8DC; }
a { background-color: rgb(233,200,220); }
div.DivClassName
{
background-color: #E9C8DC;
}
.BgClassName
{
background-color: #E9C8DC;
}
</style>
border-color css
<style>
span { border-color: #E9C8DC; }
span { border-color: rgb(233,200,220); }
td.TdClassName
{
border-color: #E9C8DC;
}
.TagClassName
{
border-color: #E9C8DC;
}
</style>