Shades of Classic Rose #E9DDE5
Tints of Classic Rose #E9DDE5
RGB
CMYK
RGB Variations
Color information
#E9DDE5 (or 0xE9DDE5) is known color: Classic Rose. HEX triplet: E9, DD and E5. RGB value is (233,221,229). Sum of RGB (Red+Green+Blue) = 233+221+229=683 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.11% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDE5 is #16221A. Grayscale: #E1E1E1. Windows color (decimal): -1450523 or 15064553. OLE color: 15064553.
HSL color Cylindrical-coordinate representation of color #E9DDE5: hue angle of 320º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E9DDE5 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 229 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.09 |
| HSL | 320º | 0.21% | 0.89% | - |
| HSV(B) | 320º | 0.05% | 0.91% | - |
| XYZ | 73.6 | 74.69 | 84.67 | - |
| YUV | 225.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 229 | 0 | 0.05 | 0.02 | 0.09 | 320 | 0.21 | 0.89 |
| Hex | E9 | DD | E5 | 0 | 5 | 2 | 9 | 140 | 15 | 59 |
| Octal | 351 | 335 | 345 | 0 | 5 | 2 | 11 | 500 | 25 | 131 |
| Binary | 11101001 | 11011101 | 11100101 | 0 | 101 | 10 | 1001 | 101000000 | 10101 | 1011001 |
Color Harmonies of #E9DDE5
Complementary color
Monochromatic Colors of #E9DDE5
Black with #E9DDE5
Text Example
Text Example
White with #E9DDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DDE5; }
p { color: rgb(233,221,229); }
H1.HeaderClassName
{
color: #E9DDE5;
}
.AnyTagClassName
{
color: #E9DDE5;
}
</style>
background-color css
<style>
a { background-color: #E9DDE5; }
a { background-color: rgb(233,221,229); }
div.DivClassName
{
background-color: #E9DDE5;
}
.BgClassName
{
background-color: #E9DDE5;
}
</style>
border-color css
<style>
span { border-color: #E9DDE5; }
span { border-color: rgb(233,221,229); }
td.TdClassName
{
border-color: #E9DDE5;
}
.TagClassName
{
border-color: #E9DDE5;
}
</style>