Shades of Classic Rose #E9C7DD
Tints of Classic Rose #E9C7DD
RGB
CMYK
RGB Variations
Color information
#E9C7DD (or 0xE9C7DD) is known color: Classic Rose. HEX triplet: E9, C7 and DD. RGB value is (233,199,221). Sum of RGB (Red+Green+Blue) = 233+199+221=653 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.68% from 653); Green value is 199 (78.12% from 255 or 30.47% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C7DD is #163822. Grayscale: #D3D3D3. Windows color (decimal): -1456163 or 14534633. OLE color: 14534633.
HSL color Cylindrical-coordinate representation of color #E9C7DD: hue angle of 321.18º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9C7DD is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 199 | 221 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.09 |
| HSL | 321.18º | 0.44% | 0.85% | - |
| HSV(B) | 321.18º | 0.15% | 0.91% | - |
| XYZ | 67.08 | 63.39 | 77.11 | - |
| YUV | 211.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 199 | 221 | 0 | 0.15 | 0.05 | 0.09 | 321.18 | 0.44 | 0.85 |
| Hex | E9 | C7 | DD | 0 | F | 5 | 9 | 141 | 2C | 55 |
| Octal | 351 | 307 | 335 | 0 | 17 | 5 | 11 | 501 | 54 | 125 |
| Binary | 11101001 | 11000111 | 11011101 | 0 | 1111 | 101 | 1001 | 101000001 | 101100 | 1010101 |
Color Harmonies of #E9C7DD
Complementary color
Monochromatic Colors of #E9C7DD
Black with #E9C7DD
Text Example
Text Example
White with #E9C7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C7DD; }
p { color: rgb(233,199,221); }
H1.HeaderClassName
{
color: #E9C7DD;
}
.AnyTagClassName
{
color: #E9C7DD;
}
</style>
background-color css
<style>
a { background-color: #E9C7DD; }
a { background-color: rgb(233,199,221); }
div.DivClassName
{
background-color: #E9C7DD;
}
.BgClassName
{
background-color: #E9C7DD;
}
</style>
border-color css
<style>
span { border-color: #E9C7DD; }
span { border-color: rgb(233,199,221); }
td.TdClassName
{
border-color: #E9C7DD;
}
.TagClassName
{
border-color: #E9C7DD;
}
</style>