Shades of Classic Rose #E9C9DF
Tints of Classic Rose #E9C9DF
RGB
CMYK
RGB Variations
Color information
#E9C9DF (or 0xE9C9DF) is known color: Classic Rose. HEX triplet: E9, C9 and DF. RGB value is (233,201,223). Sum of RGB (Red+Green+Blue) = 233+201+223=657 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.46% from 657); Green value is 201 (78.91% from 255 or 30.59% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C9DF is #163620. Grayscale: #D5D5D5. Windows color (decimal): -1455649 or 14666217. OLE color: 14666217.
HSL color Cylindrical-coordinate representation of color #E9C9DF: hue angle of 318.75º degrees, saturation: 0.42, 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 #E9C9DF is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 201 | 223 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.09 |
| HSL | 318.75º | 0.42% | 0.85% | - |
| HSV(B) | 318.75º | 0.14% | 0.91% | - |
| XYZ | 67.81 | 64.42 | 78.67 | - |
| YUV | 213.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 223 | 0 | 0.14 | 0.04 | 0.09 | 318.75 | 0.42 | 0.85 |
| Hex | E9 | C9 | DF | 0 | E | 4 | 9 | 13F | 2A | 55 |
| Octal | 351 | 311 | 337 | 0 | 16 | 4 | 11 | 477 | 52 | 125 |
| Binary | 11101001 | 11001001 | 11011111 | 0 | 1110 | 100 | 1001 | 100111111 | 101010 | 1010101 |
Color Harmonies of #E9C9DF
Complementary color
Monochromatic Colors of #E9C9DF
Black with #E9C9DF
Text Example
Text Example
White with #E9C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C9DF; }
p { color: rgb(233,201,223); }
H1.HeaderClassName
{
color: #E9C9DF;
}
.AnyTagClassName
{
color: #E9C9DF;
}
</style>
background-color css
<style>
a { background-color: #E9C9DF; }
a { background-color: rgb(233,201,223); }
div.DivClassName
{
background-color: #E9C9DF;
}
.BgClassName
{
background-color: #E9C9DF;
}
</style>
border-color css
<style>
span { border-color: #E9C9DF; }
span { border-color: rgb(233,201,223); }
td.TdClassName
{
border-color: #E9C9DF;
}
.TagClassName
{
border-color: #E9C9DF;
}
</style>