Shades of Classic Rose #E7C6DC
Tints of Classic Rose #E7C6DC
RGB
CMYK
RGB Variations
Color information
#E7C6DC (or 0xE7C6DC) is known color: Classic Rose. HEX triplet: E7, C6 and DC. RGB value is (231,198,220). Sum of RGB (Red+Green+Blue) = 231+198+220=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 198 (77.73% from 255 or 30.51% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C6DC is #183923. Grayscale: #D2D2D2. Windows color (decimal): -1587492 or 14468839. OLE color: 14468839.
HSL color Cylindrical-coordinate representation of color #E7C6DC: hue angle of 320º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7C6DC is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 198 | 220 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.09 |
| HSL | 320º | 0.41% | 0.84% | - |
| HSV(B) | 320º | 0.14% | 0.91% | - |
| XYZ | 66.07 | 62.54 | 76.3 | - |
| YUV | 210.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 220 | 0 | 0.14 | 0.05 | 0.09 | 320 | 0.41 | 0.84 |
| Hex | E7 | C6 | DC | 0 | E | 5 | 9 | 140 | 29 | 54 |
| Octal | 347 | 306 | 334 | 0 | 16 | 5 | 11 | 500 | 51 | 124 |
| Binary | 11100111 | 11000110 | 11011100 | 0 | 1110 | 101 | 1001 | 101000000 | 101001 | 1010100 |
Color Harmonies of #E7C6DC
Complementary color
Monochromatic Colors of #E7C6DC
Black with #E7C6DC
Text Example
Text Example
White with #E7C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C6DC; }
p { color: rgb(231,198,220); }
H1.HeaderClassName
{
color: #E7C6DC;
}
.AnyTagClassName
{
color: #E7C6DC;
}
</style>
background-color css
<style>
a { background-color: #E7C6DC; }
a { background-color: rgb(231,198,220); }
div.DivClassName
{
background-color: #E7C6DC;
}
.BgClassName
{
background-color: #E7C6DC;
}
</style>
border-color css
<style>
span { border-color: #E7C6DC; }
span { border-color: rgb(231,198,220); }
td.TdClassName
{
border-color: #E7C6DC;
}
.TagClassName
{
border-color: #E7C6DC;
}
</style>