Shades of Soft Peach #E8E0DF
Tints of Soft Peach #E8E0DF
RGB
CMYK
RGB Variations
Color information
#E8E0DF (or 0xE8E0DF) is known color: Soft Peach. HEX triplet: E8, E0 and DF. RGB value is (232,224,223). Sum of RGB (Red+Green+Blue) = 232+224+223=679 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.17% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8E0DF is #171F20. Grayscale: #E2E2E2. Windows color (decimal): -1515297 or 14672104. OLE color: 14672104.
HSL color Cylindrical-coordinate representation of color #E8E0DF: hue angle of 6.67º 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 #E8E0DF is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 224 | 223 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.09 |
| HSL | 6.67º | 0.16% | 0.89% | - |
| HSV(B) | 6.67º | 0.04% | 0.91% | - |
| XYZ | 73.25 | 75.79 | 80.58 | - |
| YUV | 226.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 224 | 223 | 0 | 0.03 | 0.04 | 0.09 | 6.67 | 0.16 | 0.89 |
| Hex | E8 | E0 | DF | 0 | 3 | 4 | 9 | 7 | 10 | 59 |
| Octal | 350 | 340 | 337 | 0 | 3 | 4 | 11 | 7 | 20 | 131 |
| Binary | 11101000 | 11100000 | 11011111 | 0 | 11 | 100 | 1001 | 111 | 10000 | 1011001 |
Color Harmonies of #E8E0DF
Complementary color
Monochromatic Colors of #E8E0DF
Black with #E8E0DF
Text Example
Text Example
White with #E8E0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E0DF; }
p { color: rgb(232,224,223); }
H1.HeaderClassName
{
color: #E8E0DF;
}
.AnyTagClassName
{
color: #E8E0DF;
}
</style>
background-color css
<style>
a { background-color: #E8E0DF; }
a { background-color: rgb(232,224,223); }
div.DivClassName
{
background-color: #E8E0DF;
}
.BgClassName
{
background-color: #E8E0DF;
}
</style>
border-color css
<style>
span { border-color: #E8E0DF; }
span { border-color: rgb(232,224,223); }
td.TdClassName
{
border-color: #E8E0DF;
}
.TagClassName
{
border-color: #E8E0DF;
}
</style>