Shades of Classic Rose #E7D8E2
Tints of Classic Rose #E7D8E2
RGB
CMYK
RGB Variations
Color information
#E7D8E2 (or 0xE7D8E2) is known color: Classic Rose. HEX triplet: E7, D8 and E2. RGB value is (231,216,226). Sum of RGB (Red+Green+Blue) = 231+216+226=673 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.32% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 226 (88.67% from 255 or 33.58% from 673); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D8E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D8E2 is #18271D. Grayscale: #DDDDDD. Windows color (decimal): -1582878 or 14866663. OLE color: 14866663.
HSL color Cylindrical-coordinate representation of color #E7D8E2: hue angle of 320º degrees, saturation: 0.24, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7D8E2 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 226 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.09 |
| HSL | 320º | 0.24% | 0.88% | - |
| HSV(B) | 320º | 0.06% | 0.91% | - |
| XYZ | 71.24 | 71.59 | 82.02 | - |
| YUV | 221.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 226 | 0 | 0.06 | 0.02 | 0.09 | 320 | 0.24 | 0.88 |
| Hex | E7 | D8 | E2 | 0 | 6 | 2 | 9 | 140 | 18 | 58 |
| Octal | 347 | 330 | 342 | 0 | 6 | 2 | 11 | 500 | 30 | 130 |
| Binary | 11100111 | 11011000 | 11100010 | 0 | 110 | 10 | 1001 | 101000000 | 11000 | 1011000 |
Color Harmonies of #E7D8E2
Complementary color
Monochromatic Colors of #E7D8E2
Black with #E7D8E2
Text Example
Text Example
White with #E7D8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D8E2; }
p { color: rgb(231,216,226); }
H1.HeaderClassName
{
color: #E7D8E2;
}
.AnyTagClassName
{
color: #E7D8E2;
}
</style>
background-color css
<style>
a { background-color: #E7D8E2; }
a { background-color: rgb(231,216,226); }
div.DivClassName
{
background-color: #E7D8E2;
}
.BgClassName
{
background-color: #E7D8E2;
}
</style>
border-color css
<style>
span { border-color: #E7D8E2; }
span { border-color: rgb(231,216,226); }
td.TdClassName
{
border-color: #E7D8E2;
}
.TagClassName
{
border-color: #E7D8E2;
}
</style>