Shades of Classic Rose #E9CEDF
Tints of Classic Rose #E9CEDF
RGB
CMYK
RGB Variations
Color information
#E9CEDF (or 0xE9CEDF) is known color: Classic Rose. HEX triplet: E9, CE and DF. RGB value is (233,206,223). Sum of RGB (Red+Green+Blue) = 233+206+223=662 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.20% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CEDF is #163120. Grayscale: #D7D7D7. Windows color (decimal): -1454369 or 14667497. OLE color: 14667497.
HSL color Cylindrical-coordinate representation of color #E9CEDF: hue angle of 322.22º 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 #E9CEDF is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 223 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.09 |
| HSL | 322.22º | 0.38% | 0.86% | - |
| HSV(B) | 322.22º | 0.12% | 0.91% | - |
| XYZ | 68.99 | 66.79 | 79.07 | - |
| YUV | 216.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 223 | 0 | 0.12 | 0.04 | 0.09 | 322.22 | 0.38 | 0.86 |
| Hex | E9 | CE | DF | 0 | C | 4 | 9 | 142 | 26 | 56 |
| Octal | 351 | 316 | 337 | 0 | 14 | 4 | 11 | 502 | 46 | 126 |
| Binary | 11101001 | 11001110 | 11011111 | 0 | 1100 | 100 | 1001 | 101000010 | 100110 | 1010110 |
Color Harmonies of #E9CEDF
Complementary color
Monochromatic Colors of #E9CEDF
Black with #E9CEDF
Text Example
Text Example
White with #E9CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CEDF; }
p { color: rgb(233,206,223); }
H1.HeaderClassName
{
color: #E9CEDF;
}
.AnyTagClassName
{
color: #E9CEDF;
}
</style>
background-color css
<style>
a { background-color: #E9CEDF; }
a { background-color: rgb(233,206,223); }
div.DivClassName
{
background-color: #E9CEDF;
}
.BgClassName
{
background-color: #E9CEDF;
}
</style>
border-color css
<style>
span { border-color: #E9CEDF; }
span { border-color: rgb(233,206,223); }
td.TdClassName
{
border-color: #E9CEDF;
}
.TagClassName
{
border-color: #E9CEDF;
}
</style>