Shades of Classic Rose #E9CADD
Tints of Classic Rose #E9CADD
RGB
CMYK
RGB Variations
Color information
#E9CADD (or 0xE9CADD) is known color: Classic Rose. HEX triplet: E9, CA and DD. RGB value is (233,202,221). Sum of RGB (Red+Green+Blue) = 233+202+221=656 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.52% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CADD is #163522. Grayscale: #D5D5D5. Windows color (decimal): -1455395 or 14535401. OLE color: 14535401.
HSL color Cylindrical-coordinate representation of color #E9CADD: hue angle of 323.23º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9CADD is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 202 | 221 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.09 |
| HSL | 323.23º | 0.41% | 0.85% | - |
| HSV(B) | 323.23º | 0.13% | 0.91% | - |
| XYZ | 67.78 | 64.79 | 77.34 | - |
| YUV | 213.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 202 | 221 | 0 | 0.13 | 0.05 | 0.09 | 323.23 | 0.41 | 0.85 |
| Hex | E9 | CA | DD | 0 | D | 5 | 9 | 143 | 29 | 55 |
| Octal | 351 | 312 | 335 | 0 | 15 | 5 | 11 | 503 | 51 | 125 |
| Binary | 11101001 | 11001010 | 11011101 | 0 | 1101 | 101 | 1001 | 101000011 | 101001 | 1010101 |
Color Harmonies of #E9CADD
Complementary color
Monochromatic Colors of #E9CADD
Black with #E9CADD
Text Example
Text Example
White with #E9CADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CADD; }
p { color: rgb(233,202,221); }
H1.HeaderClassName
{
color: #E9CADD;
}
.AnyTagClassName
{
color: #E9CADD;
}
</style>
background-color css
<style>
a { background-color: #E9CADD; }
a { background-color: rgb(233,202,221); }
div.DivClassName
{
background-color: #E9CADD;
}
.BgClassName
{
background-color: #E9CADD;
}
</style>
border-color css
<style>
span { border-color: #E9CADD; }
span { border-color: rgb(233,202,221); }
td.TdClassName
{
border-color: #E9CADD;
}
.TagClassName
{
border-color: #E9CADD;
}
</style>