Shades of Classic Rose #E7C9DC
Tints of Classic Rose #E7C9DC
RGB
CMYK
RGB Variations
Color information
#E7C9DC (or 0xE7C9DC) is known color: Classic Rose. HEX triplet: E7, C9 and DC. RGB value is (231,201,220). Sum of RGB (Red+Green+Blue) = 231+201+220=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 201 (78.91% from 255 or 30.83% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C9DC is #183623. Grayscale: #D4D4D4. Windows color (decimal): -1586724 or 14469607. OLE color: 14469607.
HSL color Cylindrical-coordinate representation of color #E7C9DC: hue angle of 322º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7C9DC is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 201 | 220 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.09 |
| HSL | 322º | 0.38% | 0.85% | - |
| HSV(B) | 322º | 0.13% | 0.91% | - |
| XYZ | 66.76 | 63.93 | 76.53 | - |
| YUV | 212.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 220 | 0 | 0.13 | 0.05 | 0.09 | 322 | 0.38 | 0.85 |
| Hex | E7 | C9 | DC | 0 | D | 5 | 9 | 142 | 26 | 55 |
| Octal | 347 | 311 | 334 | 0 | 15 | 5 | 11 | 502 | 46 | 125 |
| Binary | 11100111 | 11001001 | 11011100 | 0 | 1101 | 101 | 1001 | 101000010 | 100110 | 1010101 |
Color Harmonies of #E7C9DC
Complementary color
Monochromatic Colors of #E7C9DC
Black with #E7C9DC
Text Example
Text Example
White with #E7C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C9DC; }
p { color: rgb(231,201,220); }
H1.HeaderClassName
{
color: #E7C9DC;
}
.AnyTagClassName
{
color: #E7C9DC;
}
</style>
background-color css
<style>
a { background-color: #E7C9DC; }
a { background-color: rgb(231,201,220); }
div.DivClassName
{
background-color: #E7C9DC;
}
.BgClassName
{
background-color: #E7C9DC;
}
</style>
border-color css
<style>
span { border-color: #E7C9DC; }
span { border-color: rgb(231,201,220); }
td.TdClassName
{
border-color: #E7C9DC;
}
.TagClassName
{
border-color: #E7C9DC;
}
</style>