Shades of Classic Rose #E9CEDC
Tints of Classic Rose #E9CEDC
RGB
CMYK
RGB Variations
Color information
#E9CEDC (or 0xE9CEDC) is known color: Classic Rose. HEX triplet: E9, CE and DC. RGB value is (233,206,220). Sum of RGB (Red+Green+Blue) = 233+206+220=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CEDC is #163123. Grayscale: #D7D7D7. Windows color (decimal): -1454372 or 14470889. OLE color: 14470889.
HSL color Cylindrical-coordinate representation of color #E9CEDC: hue angle of 328.89º degrees, saturation: 0.38, 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 #E9CEDC is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 220 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.09 |
| HSL | 328.89º | 0.38% | 0.86% | - |
| HSV(B) | 328.89º | 0.12% | 0.91% | - |
| XYZ | 68.59 | 66.63 | 76.96 | - |
| YUV | 215.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 220 | 0 | 0.12 | 0.06 | 0.09 | 328.89 | 0.38 | 0.86 |
| Hex | E9 | CE | DC | 0 | C | 6 | 9 | 149 | 26 | 56 |
| Octal | 351 | 316 | 334 | 0 | 14 | 6 | 11 | 511 | 46 | 126 |
| Binary | 11101001 | 11001110 | 11011100 | 0 | 1100 | 110 | 1001 | 101001001 | 100110 | 1010110 |
Color Harmonies of #E9CEDC
Complementary color
Monochromatic Colors of #E9CEDC
Black with #E9CEDC
Text Example
Text Example
White with #E9CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CEDC; }
p { color: rgb(233,206,220); }
H1.HeaderClassName
{
color: #E9CEDC;
}
.AnyTagClassName
{
color: #E9CEDC;
}
</style>
background-color css
<style>
a { background-color: #E9CEDC; }
a { background-color: rgb(233,206,220); }
div.DivClassName
{
background-color: #E9CEDC;
}
.BgClassName
{
background-color: #E9CEDC;
}
</style>
border-color css
<style>
span { border-color: #E9CEDC; }
span { border-color: rgb(233,206,220); }
td.TdClassName
{
border-color: #E9CEDC;
}
.TagClassName
{
border-color: #E9CEDC;
}
</style>