Shades of Classic Rose #E9C9DE
Tints of Classic Rose #E9C9DE
RGB
CMYK
RGB Variations
Color information
#E9C9DE (or 0xE9C9DE) is known color: Classic Rose. HEX triplet: E9, C9 and DE. RGB value is (233,201,222). Sum of RGB (Red+Green+Blue) = 233+201+222=656 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.52% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C9DE is #163621. Grayscale: #D4D4D4. Windows color (decimal): -1455650 or 14600681. OLE color: 14600681.
HSL color Cylindrical-coordinate representation of color #E9C9DE: hue angle of 320.62º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9C9DE is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 201 | 222 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.09 |
| HSL | 320.63º | 0.42% | 0.85% | - |
| HSV(B) | 320.63º | 0.14% | 0.91% | - |
| XYZ | 67.68 | 64.37 | 77.97 | - |
| YUV | 212.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 222 | 0 | 0.14 | 0.05 | 0.09 | 320.63 | 0.42 | 0.85 |
| Hex | E9 | C9 | DE | 0 | E | 5 | 9 | 141 | 2A | 55 |
| Octal | 351 | 311 | 336 | 0 | 16 | 5 | 11 | 501 | 52 | 125 |
| Binary | 11101001 | 11001001 | 11011110 | 0 | 1110 | 101 | 1001 | 101000001 | 101010 | 1010101 |
Color Harmonies of #E9C9DE
Complementary color
Monochromatic Colors of #E9C9DE
Black with #E9C9DE
Text Example
Text Example
White with #E9C9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C9DE; }
p { color: rgb(233,201,222); }
H1.HeaderClassName
{
color: #E9C9DE;
}
.AnyTagClassName
{
color: #E9C9DE;
}
</style>
background-color css
<style>
a { background-color: #E9C9DE; }
a { background-color: rgb(233,201,222); }
div.DivClassName
{
background-color: #E9C9DE;
}
.BgClassName
{
background-color: #E9C9DE;
}
</style>
border-color css
<style>
span { border-color: #E9C9DE; }
span { border-color: rgb(233,201,222); }
td.TdClassName
{
border-color: #E9C9DE;
}
.TagClassName
{
border-color: #E9C9DE;
}
</style>