Shades of Soft Peach #E7DEDD
Tints of Soft Peach #E7DEDD
RGB
CMYK
RGB Variations
Color information
#E7DEDD (or 0xE7DEDD) is known color: Soft Peach. HEX triplet: E7, DE and DD. RGB value is (231,222,221). Sum of RGB (Red+Green+Blue) = 231+222+221=674 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.27% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DEDD is #182122. Grayscale: #E0E0E0. Windows color (decimal): -1581347 or 14540519. OLE color: 14540519.
HSL color Cylindrical-coordinate representation of color #E7DEDD: hue angle of 6º degrees, saturation: 0.17, 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 #E7DEDD is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 222 | 221 | - |
CMYK | 0 | 0.04 | 0.04 | 0.09 |
HSL | 6º | 0.17% | 0.89% | - |
HSV(B) | 6º | 0.04% | 0.91% | - |
XYZ | 72.13 | 74.45 | 78.98 | - |
YUV | 224.58 | 125.98 | 132.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 222 | 221 | 0 | 0.04 | 0.04 | 0.09 | 6 | 0.17 | 0.89 |
Hex | E7 | DE | DD | 0 | 4 | 4 | 9 | 6 | 11 | 59 |
Octal | 347 | 336 | 335 | 0 | 4 | 4 | 11 | 6 | 21 | 131 |
Binary | 11100111 | 11011110 | 11011101 | 0 | 100 | 100 | 1001 | 110 | 10001 | 1011001 |
Color Harmonies of #E7DEDD
Complementary color
Monochromatic Colors of #E7DEDD
Black with #E7DEDD
Text Example
Text Example
White with #E7DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DEDD; }
p { color: rgb(231,222,221); }
H1.HeaderClassName
{
color: #E7DEDD;
}
.AnyTagClassName
{
color: #E7DEDD;
}
</style>
background-color css
<style>
a { background-color: #E7DEDD; }
a { background-color: rgb(231,222,221); }
div.DivClassName
{
background-color: #E7DEDD;
}
.BgClassName
{
background-color: #E7DEDD;
}
</style>
border-color css
<style>
span { border-color: #E7DEDD; }
span { border-color: rgb(231,222,221); }
td.TdClassName
{
border-color: #E7DEDD;
}
.TagClassName
{
border-color: #E7DEDD;
}
</style>