Shades of Classic Rose #E7D9E2
Tints of Classic Rose #E7D9E2
RGB
CMYK
RGB Variations
Color information
#E7D9E2 (or 0xE7D9E2) is known color: Classic Rose. HEX triplet: E7, D9 and E2. RGB value is (231,217,226). Sum of RGB (Red+Green+Blue) = 231+217+226=674 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.27% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 226 (88.67% from 255 or 33.53% from 674); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D9E2 is #18261D. Grayscale: #DEDEDE. Windows color (decimal): -1582622 or 14866919. OLE color: 14866919.
HSL color Cylindrical-coordinate representation of color #E7D9E2: hue angle of 321.43º degrees, saturation: 0.23, 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 #E7D9E2 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 226 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.09 |
| HSL | 321.43º | 0.23% | 0.88% | - |
| HSV(B) | 321.43º | 0.06% | 0.91% | - |
| XYZ | 71.5 | 72.11 | 82.1 | - |
| YUV | 222.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 226 | 0 | 0.06 | 0.02 | 0.09 | 321.43 | 0.23 | 0.88 |
| Hex | E7 | D9 | E2 | 0 | 6 | 2 | 9 | 141 | 17 | 58 |
| Octal | 347 | 331 | 342 | 0 | 6 | 2 | 11 | 501 | 27 | 130 |
| Binary | 11100111 | 11011001 | 11100010 | 0 | 110 | 10 | 1001 | 101000001 | 10111 | 1011000 |
Color Harmonies of #E7D9E2
Complementary color
Monochromatic Colors of #E7D9E2
Black with #E7D9E2
Text Example
Text Example
White with #E7D9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D9E2; }
p { color: rgb(231,217,226); }
H1.HeaderClassName
{
color: #E7D9E2;
}
.AnyTagClassName
{
color: #E7D9E2;
}
</style>
background-color css
<style>
a { background-color: #E7D9E2; }
a { background-color: rgb(231,217,226); }
div.DivClassName
{
background-color: #E7D9E2;
}
.BgClassName
{
background-color: #E7D9E2;
}
</style>
border-color css
<style>
span { border-color: #E7D9E2; }
span { border-color: rgb(231,217,226); }
td.TdClassName
{
border-color: #E7D9E2;
}
.TagClassName
{
border-color: #E7D9E2;
}
</style>