Shades of Soft Peach #E8DFDE
Tints of Soft Peach #E8DFDE
RGB
CMYK
RGB Variations
Color information
#E8DFDE (or 0xE8DFDE) is known color: Soft Peach. HEX triplet: E8, DF and DE. RGB value is (232,223,222). Sum of RGB (Red+Green+Blue) = 232+223+222=677 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.27% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DFDE is #172021. Grayscale: #E1E1E1. Windows color (decimal): -1515554 or 14606312. OLE color: 14606312.
HSL color Cylindrical-coordinate representation of color #E8DFDE: hue angle of 6º degrees, saturation: 0.18, 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 #E8DFDE is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 222 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.09 |
| HSL | 6º | 0.18% | 0.89% | - |
| HSV(B) | 6º | 0.04% | 0.91% | - |
| XYZ | 72.85 | 75.21 | 79.78 | - |
| YUV | 225.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 222 | 0 | 0.04 | 0.04 | 0.09 | 6 | 0.18 | 0.89 |
| Hex | E8 | DF | DE | 0 | 4 | 4 | 9 | 6 | 12 | 59 |
| Octal | 350 | 337 | 336 | 0 | 4 | 4 | 11 | 6 | 22 | 131 |
| Binary | 11101000 | 11011111 | 11011110 | 0 | 100 | 100 | 1001 | 110 | 10010 | 1011001 |
Color Harmonies of #E8DFDE
Complementary color
Monochromatic Colors of #E8DFDE
Black with #E8DFDE
Text Example
Text Example
White with #E8DFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DFDE; }
p { color: rgb(232,223,222); }
H1.HeaderClassName
{
color: #E8DFDE;
}
.AnyTagClassName
{
color: #E8DFDE;
}
</style>
background-color css
<style>
a { background-color: #E8DFDE; }
a { background-color: rgb(232,223,222); }
div.DivClassName
{
background-color: #E8DFDE;
}
.BgClassName
{
background-color: #E8DFDE;
}
</style>
border-color css
<style>
span { border-color: #E8DFDE; }
span { border-color: rgb(232,223,222); }
td.TdClassName
{
border-color: #E8DFDE;
}
.TagClassName
{
border-color: #E8DFDE;
}
</style>