Shades of Classic Rose #E8DCE4
Tints of Classic Rose #E8DCE4
RGB
CMYK
RGB Variations
Color information
#E8DCE4 (or 0xE8DCE4) is known color: Classic Rose. HEX triplet: E8, DC and E4. RGB value is (232,220,228). Sum of RGB (Red+Green+Blue) = 232+220+228=680 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.12% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DCE4 is #17231B. Grayscale: #E0E0E0. Windows color (decimal): -1516316 or 14998760. OLE color: 14998760.
HSL color Cylindrical-coordinate representation of color #E8DCE4: 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 #E8DCE4 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 228 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.09 |
| HSL | 320º | 0.21% | 0.89% | - |
| HSV(B) | 320º | 0.05% | 0.91% | - |
| XYZ | 72.88 | 73.94 | 83.83 | - |
| YUV | 224.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 228 | 0 | 0.05 | 0.02 | 0.09 | 320 | 0.21 | 0.89 |
| Hex | E8 | DC | E4 | 0 | 5 | 2 | 9 | 140 | 15 | 59 |
| Octal | 350 | 334 | 344 | 0 | 5 | 2 | 11 | 500 | 25 | 131 |
| Binary | 11101000 | 11011100 | 11100100 | 0 | 101 | 10 | 1001 | 101000000 | 10101 | 1011001 |
Color Harmonies of #E8DCE4
Complementary color
Monochromatic Colors of #E8DCE4
Black with #E8DCE4
Text Example
Text Example
White with #E8DCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DCE4; }
p { color: rgb(232,220,228); }
H1.HeaderClassName
{
color: #E8DCE4;
}
.AnyTagClassName
{
color: #E8DCE4;
}
</style>
background-color css
<style>
a { background-color: #E8DCE4; }
a { background-color: rgb(232,220,228); }
div.DivClassName
{
background-color: #E8DCE4;
}
.BgClassName
{
background-color: #E8DCE4;
}
</style>
border-color css
<style>
span { border-color: #E8DCE4; }
span { border-color: rgb(232,220,228); }
td.TdClassName
{
border-color: #E8DCE4;
}
.TagClassName
{
border-color: #E8DCE4;
}
</style>