Shades of Classic Rose #E9CFDF
Tints of Classic Rose #E9CFDF
RGB
CMYK
RGB Variations
Color information
#E9CFDF (or 0xE9CFDF) is known color: Classic Rose. HEX triplet: E9, CF and DF. RGB value is (233,207,223). Sum of RGB (Red+Green+Blue) = 233+207+223=663 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.14% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFDF is #163020. Grayscale: #D8D8D8. Windows color (decimal): -1454113 or 14667753. OLE color: 14667753.
HSL color Cylindrical-coordinate representation of color #E9CFDF: hue angle of 323.08º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9CFDF is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 223 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.09 |
| HSL | 323.08º | 0.37% | 0.86% | - |
| HSV(B) | 323.08º | 0.11% | 0.91% | - |
| XYZ | 69.24 | 67.28 | 79.15 | - |
| YUV | 216.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 223 | 0 | 0.11 | 0.04 | 0.09 | 323.08 | 0.37 | 0.86 |
| Hex | E9 | CF | DF | 0 | B | 4 | 9 | 143 | 25 | 56 |
| Octal | 351 | 317 | 337 | 0 | 13 | 4 | 11 | 503 | 45 | 126 |
| Binary | 11101001 | 11001111 | 11011111 | 0 | 1011 | 100 | 1001 | 101000011 | 100101 | 1010110 |
Color Harmonies of #E9CFDF
Complementary color
Monochromatic Colors of #E9CFDF
Black with #E9CFDF
Text Example
Text Example
White with #E9CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFDF; }
p { color: rgb(233,207,223); }
H1.HeaderClassName
{
color: #E9CFDF;
}
.AnyTagClassName
{
color: #E9CFDF;
}
</style>
background-color css
<style>
a { background-color: #E9CFDF; }
a { background-color: rgb(233,207,223); }
div.DivClassName
{
background-color: #E9CFDF;
}
.BgClassName
{
background-color: #E9CFDF;
}
</style>
border-color css
<style>
span { border-color: #E9CFDF; }
span { border-color: rgb(233,207,223); }
td.TdClassName
{
border-color: #E9CFDF;
}
.TagClassName
{
border-color: #E9CFDF;
}
</style>