Shades of Classic Rose #E9C8DF
Tints of Classic Rose #E9C8DF
RGB
CMYK
RGB Variations
Color information
#E9C8DF (or 0xE9C8DF) is known color: Classic Rose. HEX triplet: E9, C8 and DF. RGB value is (233,200,223). Sum of RGB (Red+Green+Blue) = 233+200+223=656 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.52% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C8DF is #163720. Grayscale: #D4D4D4. Windows color (decimal): -1455905 or 14665961. OLE color: 14665961.
HSL color Cylindrical-coordinate representation of color #E9C8DF: hue angle of 318.18º 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 #E9C8DF is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 200 | 223 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.09 |
| HSL | 318.18º | 0.43% | 0.85% | - |
| HSV(B) | 318.18º | 0.14% | 0.91% | - |
| XYZ | 67.58 | 63.96 | 78.6 | - |
| YUV | 212.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 200 | 223 | 0 | 0.14 | 0.04 | 0.09 | 318.18 | 0.43 | 0.85 |
| Hex | E9 | C8 | DF | 0 | E | 4 | 9 | 13E | 2B | 55 |
| Octal | 351 | 310 | 337 | 0 | 16 | 4 | 11 | 476 | 53 | 125 |
| Binary | 11101001 | 11001000 | 11011111 | 0 | 1110 | 100 | 1001 | 100111110 | 101011 | 1010101 |
Color Harmonies of #E9C8DF
Complementary color
Monochromatic Colors of #E9C8DF
Black with #E9C8DF
Text Example
Text Example
White with #E9C8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C8DF; }
p { color: rgb(233,200,223); }
H1.HeaderClassName
{
color: #E9C8DF;
}
.AnyTagClassName
{
color: #E9C8DF;
}
</style>
background-color css
<style>
a { background-color: #E9C8DF; }
a { background-color: rgb(233,200,223); }
div.DivClassName
{
background-color: #E9C8DF;
}
.BgClassName
{
background-color: #E9C8DF;
}
</style>
border-color css
<style>
span { border-color: #E9C8DF; }
span { border-color: rgb(233,200,223); }
td.TdClassName
{
border-color: #E9C8DF;
}
.TagClassName
{
border-color: #E9C8DF;
}
</style>