Shades of Soft Peach #E7DEDE
Tints of Soft Peach #E7DEDE
RGB
CMYK
RGB Variations
Color information
#E7DEDE (or 0xE7DEDE) is known color: Soft Peach. HEX triplet: E7, DE and DE. RGB value is (231,222,222). Sum of RGB (Red+Green+Blue) = 231+222+222=675 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.22% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DEDE is #182121. Grayscale: #E0E0E0. Windows color (decimal): -1581346 or 14606055. OLE color: 14606055.
HSL color Cylindrical-coordinate representation of color #E7DEDE: hue angle of 0º 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 #E7DEDE is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 222 | 222 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.09 |
| HSL | 0º | 0.16% | 0.89% | - |
| HSV(B) | 0º | 0.04% | 0.91% | - |
| XYZ | 72.26 | 74.51 | 79.68 | - |
| YUV | 224.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 222 | 222 | 0 | 0.04 | 0.04 | 0.09 | 0 | 0.16 | 0.89 |
| Hex | E7 | DE | DE | 0 | 4 | 4 | 9 | 0 | 10 | 59 |
| Octal | 347 | 336 | 336 | 0 | 4 | 4 | 11 | 0 | 20 | 131 |
| Binary | 11100111 | 11011110 | 11011110 | 0 | 100 | 100 | 1001 | 0 | 10000 | 1011001 |
Color Harmonies of #E7DEDE
Complementary color
Monochromatic Colors of #E7DEDE
Black with #E7DEDE
Text Example
Text Example
White with #E7DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DEDE; }
p { color: rgb(231,222,222); }
H1.HeaderClassName
{
color: #E7DEDE;
}
.AnyTagClassName
{
color: #E7DEDE;
}
</style>
background-color css
<style>
a { background-color: #E7DEDE; }
a { background-color: rgb(231,222,222); }
div.DivClassName
{
background-color: #E7DEDE;
}
.BgClassName
{
background-color: #E7DEDE;
}
</style>
border-color css
<style>
span { border-color: #E7DEDE; }
span { border-color: rgb(231,222,222); }
td.TdClassName
{
border-color: #E7DEDE;
}
.TagClassName
{
border-color: #E7DEDE;
}
</style>