Shades of Classic Rose #E9DAE4
Tints of Classic Rose #E9DAE4
RGB
CMYK
RGB Variations
Color information
#E9DAE4 (or 0xE9DAE4) is known color: Classic Rose. HEX triplet: E9, DA and E4. RGB value is (233,218,228). Sum of RGB (Red+Green+Blue) = 233+218+228=679 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.32% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 228 (89.45% from 255 or 33.58% from 679); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DAE4 is #16251B. Grayscale: #DFDFDF. Windows color (decimal): -1451292 or 14998249. OLE color: 14998249.
HSL color Cylindrical-coordinate representation of color #E9DAE4: hue angle of 320º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9DAE4 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 228 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.09 |
| HSL | 320º | 0.25% | 0.88% | - |
| HSV(B) | 320º | 0.06% | 0.91% | - |
| XYZ | 72.68 | 73.07 | 83.67 | - |
| YUV | 223.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 228 | 0 | 0.06 | 0.02 | 0.09 | 320 | 0.25 | 0.88 |
| Hex | E9 | DA | E4 | 0 | 6 | 2 | 9 | 140 | 19 | 58 |
| Octal | 351 | 332 | 344 | 0 | 6 | 2 | 11 | 500 | 31 | 130 |
| Binary | 11101001 | 11011010 | 11100100 | 0 | 110 | 10 | 1001 | 101000000 | 11001 | 1011000 |
Color Harmonies of #E9DAE4
Complementary color
Monochromatic Colors of #E9DAE4
Black with #E9DAE4
Text Example
Text Example
White with #E9DAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DAE4; }
p { color: rgb(233,218,228); }
H1.HeaderClassName
{
color: #E9DAE4;
}
.AnyTagClassName
{
color: #E9DAE4;
}
</style>
background-color css
<style>
a { background-color: #E9DAE4; }
a { background-color: rgb(233,218,228); }
div.DivClassName
{
background-color: #E9DAE4;
}
.BgClassName
{
background-color: #E9DAE4;
}
</style>
border-color css
<style>
span { border-color: #E9DAE4; }
span { border-color: rgb(233,218,228); }
td.TdClassName
{
border-color: #E9DAE4;
}
.TagClassName
{
border-color: #E9DAE4;
}
</style>