Shades of Classic Rose #E9DCE4
Tints of Classic Rose #E9DCE4
RGB
CMYK
RGB Variations
Color information
#E9DCE4 (or 0xE9DCE4) is known color: Classic Rose. HEX triplet: E9, DC and E4. RGB value is (233,220,228). Sum of RGB (Red+Green+Blue) = 233+220+228=681 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.21% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 228 (89.45% from 255 or 33.48% from 681); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCE4 is #16231B. Grayscale: #E0E0E0. Windows color (decimal): -1450780 or 14998761. OLE color: 14998761.
HSL color Cylindrical-coordinate representation of color #E9DCE4: hue angle of 323.08º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9DCE4 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 228 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.09 |
| HSL | 323.08º | 0.23% | 0.89% | - |
| HSV(B) | 323.08º | 0.06% | 0.91% | - |
| XYZ | 73.2 | 74.11 | 83.85 | - |
| YUV | 224.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 228 | 0 | 0.06 | 0.02 | 0.09 | 323.08 | 0.23 | 0.89 |
| Hex | E9 | DC | E4 | 0 | 6 | 2 | 9 | 143 | 17 | 59 |
| Octal | 351 | 334 | 344 | 0 | 6 | 2 | 11 | 503 | 27 | 131 |
| Binary | 11101001 | 11011100 | 11100100 | 0 | 110 | 10 | 1001 | 101000011 | 10111 | 1011001 |
Color Harmonies of #E9DCE4
Complementary color
Monochromatic Colors of #E9DCE4
Black with #E9DCE4
Text Example
Text Example
White with #E9DCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DCE4; }
p { color: rgb(233,220,228); }
H1.HeaderClassName
{
color: #E9DCE4;
}
.AnyTagClassName
{
color: #E9DCE4;
}
</style>
background-color css
<style>
a { background-color: #E9DCE4; }
a { background-color: rgb(233,220,228); }
div.DivClassName
{
background-color: #E9DCE4;
}
.BgClassName
{
background-color: #E9DCE4;
}
</style>
border-color css
<style>
span { border-color: #E9DCE4; }
span { border-color: rgb(233,220,228); }
td.TdClassName
{
border-color: #E9DCE4;
}
.TagClassName
{
border-color: #E9DCE4;
}
</style>