Shades of Classic Rose #E8C7DD
Tints of Classic Rose #E8C7DD
RGB
CMYK
RGB Variations
Color information
#E8C7DD (or 0xE8C7DD) is known color: Classic Rose. HEX triplet: E8, C7 and DD. RGB value is (232,199,221). Sum of RGB (Red+Green+Blue) = 232+199+221=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C7DD is #173822. Grayscale: #D3D3D3. Windows color (decimal): -1521699 or 14534632. OLE color: 14534632.
HSL color Cylindrical-coordinate representation of color #E8C7DD: hue angle of 320º 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 #E8C7DD is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 199 | 221 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.09 |
| HSL | 320º | 0.42% | 0.85% | - |
| HSV(B) | 320º | 0.14% | 0.91% | - |
| XYZ | 66.75 | 63.22 | 77.09 | - |
| YUV | 211.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 199 | 221 | 0 | 0.14 | 0.05 | 0.09 | 320 | 0.42 | 0.85 |
| Hex | E8 | C7 | DD | 0 | E | 5 | 9 | 140 | 2A | 55 |
| Octal | 350 | 307 | 335 | 0 | 16 | 5 | 11 | 500 | 52 | 125 |
| Binary | 11101000 | 11000111 | 11011101 | 0 | 1110 | 101 | 1001 | 101000000 | 101010 | 1010101 |
Color Harmonies of #E8C7DD
Complementary color
Monochromatic Colors of #E8C7DD
Black with #E8C7DD
Text Example
Text Example
White with #E8C7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C7DD; }
p { color: rgb(232,199,221); }
H1.HeaderClassName
{
color: #E8C7DD;
}
.AnyTagClassName
{
color: #E8C7DD;
}
</style>
background-color css
<style>
a { background-color: #E8C7DD; }
a { background-color: rgb(232,199,221); }
div.DivClassName
{
background-color: #E8C7DD;
}
.BgClassName
{
background-color: #E8C7DD;
}
</style>
border-color css
<style>
span { border-color: #E8C7DD; }
span { border-color: rgb(232,199,221); }
td.TdClassName
{
border-color: #E8C7DD;
}
.TagClassName
{
border-color: #E8C7DD;
}
</style>