Shades of Classic Rose #E9CBDE
Tints of Classic Rose #E9CBDE
RGB
CMYK
RGB Variations
Color information
#E9CBDE (or 0xE9CBDE) is known color: Classic Rose. HEX triplet: E9, CB and DE. RGB value is (233,203,222). Sum of RGB (Red+Green+Blue) = 233+203+222=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBDE is #163421. Grayscale: #D6D6D6. Windows color (decimal): -1455138 or 14601193. OLE color: 14601193.
HSL color Cylindrical-coordinate representation of color #E9CBDE: hue angle of 322º 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 #E9CBDE is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 222 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.09 |
| HSL | 322º | 0.41% | 0.85% | - |
| HSV(B) | 322º | 0.13% | 0.91% | - |
| XYZ | 68.15 | 65.31 | 78.12 | - |
| YUV | 214.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 222 | 0 | 0.13 | 0.05 | 0.09 | 322 | 0.41 | 0.85 |
| Hex | E9 | CB | DE | 0 | D | 5 | 9 | 142 | 29 | 55 |
| Octal | 351 | 313 | 336 | 0 | 15 | 5 | 11 | 502 | 51 | 125 |
| Binary | 11101001 | 11001011 | 11011110 | 0 | 1101 | 101 | 1001 | 101000010 | 101001 | 1010101 |
Color Harmonies of #E9CBDE
Complementary color
Monochromatic Colors of #E9CBDE
Black with #E9CBDE
Text Example
Text Example
White with #E9CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CBDE; }
p { color: rgb(233,203,222); }
H1.HeaderClassName
{
color: #E9CBDE;
}
.AnyTagClassName
{
color: #E9CBDE;
}
</style>
background-color css
<style>
a { background-color: #E9CBDE; }
a { background-color: rgb(233,203,222); }
div.DivClassName
{
background-color: #E9CBDE;
}
.BgClassName
{
background-color: #E9CBDE;
}
</style>
border-color css
<style>
span { border-color: #E9CBDE; }
span { border-color: rgb(233,203,222); }
td.TdClassName
{
border-color: #E9CBDE;
}
.TagClassName
{
border-color: #E9CBDE;
}
</style>