Shades of Classic Rose #E9C6DC
Tints of Classic Rose #E9C6DC
RGB
CMYK
RGB Variations
Color information
#E9C6DC (or 0xE9C6DC) is known color: Classic Rose. HEX triplet: E9, C6 and DC. RGB value is (233,198,220). Sum of RGB (Red+Green+Blue) = 233+198+220=651 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.79% from 651); Green value is 198 (77.73% from 255 or 30.41% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C6DC is #163923. Grayscale: #D2D2D2. Windows color (decimal): -1456420 or 14468841. OLE color: 14468841.
HSL color Cylindrical-coordinate representation of color #E9C6DC: hue angle of 322.29º 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 #E9C6DC is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 198 | 220 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.09 |
| HSL | 322.29º | 0.44% | 0.85% | - |
| HSV(B) | 322.29º | 0.15% | 0.91% | - |
| XYZ | 66.72 | 62.88 | 76.33 | - |
| YUV | 210.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 198 | 220 | 0 | 0.15 | 0.06 | 0.09 | 322.29 | 0.44 | 0.85 |
| Hex | E9 | C6 | DC | 0 | F | 6 | 9 | 142 | 2C | 55 |
| Octal | 351 | 306 | 334 | 0 | 17 | 6 | 11 | 502 | 54 | 125 |
| Binary | 11101001 | 11000110 | 11011100 | 0 | 1111 | 110 | 1001 | 101000010 | 101100 | 1010101 |
Color Harmonies of #E9C6DC
Complementary color
Monochromatic Colors of #E9C6DC
Black with #E9C6DC
Text Example
Text Example
White with #E9C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C6DC; }
p { color: rgb(233,198,220); }
H1.HeaderClassName
{
color: #E9C6DC;
}
.AnyTagClassName
{
color: #E9C6DC;
}
</style>
background-color css
<style>
a { background-color: #E9C6DC; }
a { background-color: rgb(233,198,220); }
div.DivClassName
{
background-color: #E9C6DC;
}
.BgClassName
{
background-color: #E9C6DC;
}
</style>
border-color css
<style>
span { border-color: #E9C6DC; }
span { border-color: rgb(233,198,220); }
td.TdClassName
{
border-color: #E9C6DC;
}
.TagClassName
{
border-color: #E9C6DC;
}
</style>