Shades of Classic Rose #E8DFE5
Tints of Classic Rose #E8DFE5
RGB
CMYK
RGB Variations
Color information
#E8DFE5 (or 0xE8DFE5) is known color: Classic Rose. HEX triplet: E8, DF and E5. RGB value is (232,223,229). Sum of RGB (Red+Green+Blue) = 232+223+229=684 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.92% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 229 (89.84% from 255 or 33.48% from 684); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DFE5 is #17201A. Grayscale: #E2E2E2. Windows color (decimal): -1515547 or 15065064. OLE color: 15065064.
HSL color Cylindrical-coordinate representation of color #E8DFE5: hue angle of 320º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E8DFE5 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 232 | 223 | 229 | - |
CMYK | 0 | 0.04 | 0.01 | 0.09 |
HSL | 320º | 0.16% | 0.89% | - |
HSV(B) | 320º | 0.04% | 0.91% | - |
XYZ | 73.81 | 75.59 | 84.83 | - |
YUV | 226.38 | 129.48 | 132.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 223 | 229 | 0 | 0.04 | 0.01 | 0.09 | 320 | 0.16 | 0.89 |
Hex | E8 | DF | E5 | 0 | 4 | 1 | 9 | 140 | 10 | 59 |
Octal | 350 | 337 | 345 | 0 | 4 | 1 | 11 | 500 | 20 | 131 |
Binary | 11101000 | 11011111 | 11100101 | 0 | 100 | 1 | 1001 | 101000000 | 10000 | 1011001 |
Color Harmonies of #E8DFE5
Complementary color
Monochromatic Colors of #E8DFE5
Black with #E8DFE5
Text Example
Text Example
White with #E8DFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DFE5; }
p { color: rgb(232,223,229); }
H1.HeaderClassName
{
color: #E8DFE5;
}
.AnyTagClassName
{
color: #E8DFE5;
}
</style>
background-color css
<style>
a { background-color: #E8DFE5; }
a { background-color: rgb(232,223,229); }
div.DivClassName
{
background-color: #E8DFE5;
}
.BgClassName
{
background-color: #E8DFE5;
}
</style>
border-color css
<style>
span { border-color: #E8DFE5; }
span { border-color: rgb(232,223,229); }
td.TdClassName
{
border-color: #E8DFE5;
}
.TagClassName
{
border-color: #E8DFE5;
}
</style>