Shades of Classic Rose #E9CCDB
Tints of Classic Rose #E9CCDB
RGB
CMYK
RGB Variations
Color information
#E9CCDB (or 0xE9CCDB) is known color: Classic Rose. HEX triplet: E9, CC and DB. RGB value is (233,204,219). Sum of RGB (Red+Green+Blue) = 233+204+219=656 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.52% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CCDB is #163324. Grayscale: #D6D6D6. Windows color (decimal): -1454885 or 14404841. OLE color: 14404841.
HSL color Cylindrical-coordinate representation of color #E9CCDB: hue angle of 328.97º 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 #E9CCDB is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 204 | 219 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.09 |
| HSL | 328.97º | 0.4% | 0.86% | - |
| HSV(B) | 328.97º | 0.12% | 0.91% | - |
| XYZ | 67.98 | 65.62 | 76.1 | - |
| YUV | 214.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 204 | 219 | 0 | 0.12 | 0.06 | 0.09 | 328.97 | 0.4 | 0.86 |
| Hex | E9 | CC | DB | 0 | C | 6 | 9 | 149 | 28 | 56 |
| Octal | 351 | 314 | 333 | 0 | 14 | 6 | 11 | 511 | 50 | 126 |
| Binary | 11101001 | 11001100 | 11011011 | 0 | 1100 | 110 | 1001 | 101001001 | 101000 | 1010110 |
Color Harmonies of #E9CCDB
Complementary color
Monochromatic Colors of #E9CCDB
Black with #E9CCDB
Text Example
Text Example
White with #E9CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CCDB; }
p { color: rgb(233,204,219); }
H1.HeaderClassName
{
color: #E9CCDB;
}
.AnyTagClassName
{
color: #E9CCDB;
}
</style>
background-color css
<style>
a { background-color: #E9CCDB; }
a { background-color: rgb(233,204,219); }
div.DivClassName
{
background-color: #E9CCDB;
}
.BgClassName
{
background-color: #E9CCDB;
}
</style>
border-color css
<style>
span { border-color: #E9CCDB; }
span { border-color: rgb(233,204,219); }
td.TdClassName
{
border-color: #E9CCDB;
}
.TagClassName
{
border-color: #E9CCDB;
}
</style>