Shades of Classic Rose #E9DDE4
Tints of Classic Rose #E9DDE4
RGB
CMYK
RGB Variations
Color information
#E9DDE4 (or 0xE9DDE4) is known color: Classic Rose. HEX triplet: E9, DD and E4. RGB value is (233,221,228). Sum of RGB (Red+Green+Blue) = 233+221+228=682 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.16% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDE4 is #16221B. Grayscale: #E1E1E1. Windows color (decimal): -1450524 or 14999017. OLE color: 14999017.
HSL color Cylindrical-coordinate representation of color #E9DDE4: hue angle of 325º 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 #E9DDE4 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 228 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.09 |
| HSL | 325º | 0.21% | 0.89% | - |
| HSV(B) | 325º | 0.05% | 0.91% | - |
| XYZ | 73.46 | 74.64 | 83.93 | - |
| YUV | 225.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 228 | 0 | 0.05 | 0.02 | 0.09 | 325 | 0.21 | 0.89 |
| Hex | E9 | DD | E4 | 0 | 5 | 2 | 9 | 145 | 15 | 59 |
| Octal | 351 | 335 | 344 | 0 | 5 | 2 | 11 | 505 | 25 | 131 |
| Binary | 11101001 | 11011101 | 11100100 | 0 | 101 | 10 | 1001 | 101000101 | 10101 | 1011001 |
Color Harmonies of #E9DDE4
Complementary color
Monochromatic Colors of #E9DDE4
Black with #E9DDE4
Text Example
Text Example
White with #E9DDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DDE4; }
p { color: rgb(233,221,228); }
H1.HeaderClassName
{
color: #E9DDE4;
}
.AnyTagClassName
{
color: #E9DDE4;
}
</style>
background-color css
<style>
a { background-color: #E9DDE4; }
a { background-color: rgb(233,221,228); }
div.DivClassName
{
background-color: #E9DDE4;
}
.BgClassName
{
background-color: #E9DDE4;
}
</style>
border-color css
<style>
span { border-color: #E9DDE4; }
span { border-color: rgb(233,221,228); }
td.TdClassName
{
border-color: #E9DDE4;
}
.TagClassName
{
border-color: #E9DDE4;
}
</style>