Shades of Classic Rose #E8DDE4
Tints of Classic Rose #E8DDE4
RGB
CMYK
RGB Variations
Color information
#E8DDE4 (or 0xE8DDE4) is known color: Classic Rose. HEX triplet: E8, DD and E4. RGB value is (232,221,228). Sum of RGB (Red+Green+Blue) = 232+221+228=681 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.07% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 228 (89.45% from 255 or 33.48% from 681); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DDE4 is #17221B. Grayscale: #E1E1E1. Windows color (decimal): -1516060 or 14999016. OLE color: 14999016.
HSL color Cylindrical-coordinate representation of color #E8DDE4: hue angle of 321.82º degrees, saturation: 0.19, 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 #E8DDE4 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 232 | 221 | 228 | - |
CMYK | 0 | 0.05 | 0.02 | 0.09 |
HSL | 321.82º | 0.19% | 0.89% | - |
HSV(B) | 321.82º | 0.05% | 0.91% | - |
XYZ | 73.14 | 74.47 | 83.92 | - |
YUV | 225.09 | 129.64 | 132.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 221 | 228 | 0 | 0.05 | 0.02 | 0.09 | 321.82 | 0.19 | 0.89 |
Hex | E8 | DD | E4 | 0 | 5 | 2 | 9 | 142 | 13 | 59 |
Octal | 350 | 335 | 344 | 0 | 5 | 2 | 11 | 502 | 23 | 131 |
Binary | 11101000 | 11011101 | 11100100 | 0 | 101 | 10 | 1001 | 101000010 | 10011 | 1011001 |
Color Harmonies of #E8DDE4
Complementary color
Monochromatic Colors of #E8DDE4
Black with #E8DDE4
Text Example
Text Example
White with #E8DDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DDE4; }
p { color: rgb(232,221,228); }
H1.HeaderClassName
{
color: #E8DDE4;
}
.AnyTagClassName
{
color: #E8DDE4;
}
</style>
background-color css
<style>
a { background-color: #E8DDE4; }
a { background-color: rgb(232,221,228); }
div.DivClassName
{
background-color: #E8DDE4;
}
.BgClassName
{
background-color: #E8DDE4;
}
</style>
border-color css
<style>
span { border-color: #E8DDE4; }
span { border-color: rgb(232,221,228); }
td.TdClassName
{
border-color: #E8DDE4;
}
.TagClassName
{
border-color: #E8DDE4;
}
</style>