Shades of Soft Peach #E8DFDD
Tints of Soft Peach #E8DFDD
RGB
CMYK
RGB Variations
Color information
#E8DFDD (or 0xE8DFDD) is known color: Soft Peach. HEX triplet: E8, DF and DD. RGB value is (232,223,221). Sum of RGB (Red+Green+Blue) = 232+223+221=676 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.32% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DFDD is #172022. Grayscale: #E1E1E1. Windows color (decimal): -1515555 or 14540776. OLE color: 14540776.
HSL color Cylindrical-coordinate representation of color #E8DFDD: hue angle of 10.91º 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 #E8DFDD is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 221 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.09 |
| HSL | 10.91º | 0.19% | 0.89% | - |
| HSV(B) | 10.91º | 0.05% | 0.91% | - |
| XYZ | 72.72 | 75.15 | 79.08 | - |
| YUV | 225.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 221 | 0 | 0.04 | 0.05 | 0.09 | 10.91 | 0.19 | 0.89 |
| Hex | E8 | DF | DD | 0 | 4 | 5 | 9 | B | 13 | 59 |
| Octal | 350 | 337 | 335 | 0 | 4 | 5 | 11 | 13 | 23 | 131 |
| Binary | 11101000 | 11011111 | 11011101 | 0 | 100 | 101 | 1001 | 1011 | 10011 | 1011001 |
Color Harmonies of #E8DFDD
Complementary color
Monochromatic Colors of #E8DFDD
Black with #E8DFDD
Text Example
Text Example
White with #E8DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DFDD; }
p { color: rgb(232,223,221); }
H1.HeaderClassName
{
color: #E8DFDD;
}
.AnyTagClassName
{
color: #E8DFDD;
}
</style>
background-color css
<style>
a { background-color: #E8DFDD; }
a { background-color: rgb(232,223,221); }
div.DivClassName
{
background-color: #E8DFDD;
}
.BgClassName
{
background-color: #E8DFDD;
}
</style>
border-color css
<style>
span { border-color: #E8DFDD; }
span { border-color: rgb(232,223,221); }
td.TdClassName
{
border-color: #E8DFDD;
}
.TagClassName
{
border-color: #E8DFDD;
}
</style>