Shades of Classic Rose #E9CEDD
Tints of Classic Rose #E9CEDD
RGB
CMYK
RGB Variations
Color information
#E9CEDD (or 0xE9CEDD) is known color: Classic Rose. HEX triplet: E9, CE and DD. RGB value is (233,206,221). Sum of RGB (Red+Green+Blue) = 233+206+221=660 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.30% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CEDD is #163122. Grayscale: #D7D7D7. Windows color (decimal): -1454371 or 14536425. OLE color: 14536425.
HSL color Cylindrical-coordinate representation of color #E9CEDD: hue angle of 326.67º 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 #E9CEDD is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 221 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.09 |
| HSL | 326.67º | 0.38% | 0.86% | - |
| HSV(B) | 326.67º | 0.12% | 0.91% | - |
| XYZ | 68.73 | 66.69 | 77.66 | - |
| YUV | 215.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 221 | 0 | 0.12 | 0.05 | 0.09 | 326.67 | 0.38 | 0.86 |
| Hex | E9 | CE | DD | 0 | C | 5 | 9 | 147 | 26 | 56 |
| Octal | 351 | 316 | 335 | 0 | 14 | 5 | 11 | 507 | 46 | 126 |
| Binary | 11101001 | 11001110 | 11011101 | 0 | 1100 | 101 | 1001 | 101000111 | 100110 | 1010110 |
Color Harmonies of #E9CEDD
Complementary color
Monochromatic Colors of #E9CEDD
Black with #E9CEDD
Text Example
Text Example
White with #E9CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CEDD; }
p { color: rgb(233,206,221); }
H1.HeaderClassName
{
color: #E9CEDD;
}
.AnyTagClassName
{
color: #E9CEDD;
}
</style>
background-color css
<style>
a { background-color: #E9CEDD; }
a { background-color: rgb(233,206,221); }
div.DivClassName
{
background-color: #E9CEDD;
}
.BgClassName
{
background-color: #E9CEDD;
}
</style>
border-color css
<style>
span { border-color: #E9CEDD; }
span { border-color: rgb(233,206,221); }
td.TdClassName
{
border-color: #E9CEDD;
}
.TagClassName
{
border-color: #E9CEDD;
}
</style>