Shades of Classic Rose #E8C7DC
Tints of Classic Rose #E8C7DC
RGB
CMYK
RGB Variations
Color information
#E8C7DC (or 0xE8C7DC) is known color: Classic Rose. HEX triplet: E8, C7 and DC. RGB value is (232,199,220). Sum of RGB (Red+Green+Blue) = 232+199+220=651 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.64% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C7DC is #173823. Grayscale: #D3D3D3. Windows color (decimal): -1521700 or 14469096. OLE color: 14469096.
HSL color Cylindrical-coordinate representation of color #E8C7DC: hue angle of 321.82º 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 #E8C7DC is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 199 | 220 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.09 |
| HSL | 321.82º | 0.42% | 0.85% | - |
| HSV(B) | 321.82º | 0.14% | 0.91% | - |
| XYZ | 66.62 | 63.17 | 76.39 | - |
| YUV | 211.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 199 | 220 | 0 | 0.14 | 0.05 | 0.09 | 321.82 | 0.42 | 0.85 |
| Hex | E8 | C7 | DC | 0 | E | 5 | 9 | 142 | 2A | 55 |
| Octal | 350 | 307 | 334 | 0 | 16 | 5 | 11 | 502 | 52 | 125 |
| Binary | 11101000 | 11000111 | 11011100 | 0 | 1110 | 101 | 1001 | 101000010 | 101010 | 1010101 |
Color Harmonies of #E8C7DC
Complementary color
Monochromatic Colors of #E8C7DC
Black with #E8C7DC
Text Example
Text Example
White with #E8C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C7DC; }
p { color: rgb(232,199,220); }
H1.HeaderClassName
{
color: #E8C7DC;
}
.AnyTagClassName
{
color: #E8C7DC;
}
</style>
background-color css
<style>
a { background-color: #E8C7DC; }
a { background-color: rgb(232,199,220); }
div.DivClassName
{
background-color: #E8C7DC;
}
.BgClassName
{
background-color: #E8C7DC;
}
</style>
border-color css
<style>
span { border-color: #E8C7DC; }
span { border-color: rgb(232,199,220); }
td.TdClassName
{
border-color: #E8C7DC;
}
.TagClassName
{
border-color: #E8C7DC;
}
</style>