Shades of Classic Rose #E9CFDD
Tints of Classic Rose #E9CFDD
RGB
CMYK
RGB Variations
Color information
#E9CFDD (or 0xE9CFDD) is known color: Classic Rose. HEX triplet: E9, CF and DD. RGB value is (233,207,221). Sum of RGB (Red+Green+Blue) = 233+207+221=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFDD is #163022. Grayscale: #D8D8D8. Windows color (decimal): -1454115 or 14536681. OLE color: 14536681.
HSL color Cylindrical-coordinate representation of color #E9CFDD: hue angle of 327.69º 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 #E9CFDD is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 221 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.09 |
| HSL | 327.69º | 0.37% | 0.86% | - |
| HSV(B) | 327.69º | 0.11% | 0.91% | - |
| XYZ | 68.97 | 67.17 | 77.74 | - |
| YUV | 216.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 221 | 0 | 0.11 | 0.05 | 0.09 | 327.69 | 0.37 | 0.86 |
| Hex | E9 | CF | DD | 0 | B | 5 | 9 | 148 | 25 | 56 |
| Octal | 351 | 317 | 335 | 0 | 13 | 5 | 11 | 510 | 45 | 126 |
| Binary | 11101001 | 11001111 | 11011101 | 0 | 1011 | 101 | 1001 | 101001000 | 100101 | 1010110 |
Color Harmonies of #E9CFDD
Complementary color
Monochromatic Colors of #E9CFDD
Black with #E9CFDD
Text Example
Text Example
White with #E9CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFDD; }
p { color: rgb(233,207,221); }
H1.HeaderClassName
{
color: #E9CFDD;
}
.AnyTagClassName
{
color: #E9CFDD;
}
</style>
background-color css
<style>
a { background-color: #E9CFDD; }
a { background-color: rgb(233,207,221); }
div.DivClassName
{
background-color: #E9CFDD;
}
.BgClassName
{
background-color: #E9CFDD;
}
</style>
border-color css
<style>
span { border-color: #E9CFDD; }
span { border-color: rgb(233,207,221); }
td.TdClassName
{
border-color: #E9CFDD;
}
.TagClassName
{
border-color: #E9CFDD;
}
</style>