Shades of Classic Rose #E9CCDD
Tints of Classic Rose #E9CCDD
RGB
CMYK
RGB Variations
Color information
#E9CCDD (or 0xE9CCDD) is known color: Classic Rose. HEX triplet: E9, CC and DD. RGB value is (233,204,221). Sum of RGB (Red+Green+Blue) = 233+204+221=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CCDD is #163322. Grayscale: #D6D6D6. Windows color (decimal): -1454883 or 14535913. OLE color: 14535913.
HSL color Cylindrical-coordinate representation of color #E9CCDD: hue angle of 324.83º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9CCDD is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 204 | 221 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.09 |
| HSL | 324.83º | 0.4% | 0.86% | - |
| HSV(B) | 324.83º | 0.12% | 0.91% | - |
| XYZ | 68.25 | 65.73 | 77.5 | - |
| YUV | 214.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 204 | 221 | 0 | 0.12 | 0.05 | 0.09 | 324.83 | 0.4 | 0.86 |
| Hex | E9 | CC | DD | 0 | C | 5 | 9 | 145 | 28 | 56 |
| Octal | 351 | 314 | 335 | 0 | 14 | 5 | 11 | 505 | 50 | 126 |
| Binary | 11101001 | 11001100 | 11011101 | 0 | 1100 | 101 | 1001 | 101000101 | 101000 | 1010110 |
Color Harmonies of #E9CCDD
Complementary color
Monochromatic Colors of #E9CCDD
Black with #E9CCDD
Text Example
Text Example
White with #E9CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CCDD; }
p { color: rgb(233,204,221); }
H1.HeaderClassName
{
color: #E9CCDD;
}
.AnyTagClassName
{
color: #E9CCDD;
}
</style>
background-color css
<style>
a { background-color: #E9CCDD; }
a { background-color: rgb(233,204,221); }
div.DivClassName
{
background-color: #E9CCDD;
}
.BgClassName
{
background-color: #E9CCDD;
}
</style>
border-color css
<style>
span { border-color: #E9CCDD; }
span { border-color: rgb(233,204,221); }
td.TdClassName
{
border-color: #E9CCDD;
}
.TagClassName
{
border-color: #E9CCDD;
}
</style>