Shades of Soft Peach #E8DEDD
Tints of Soft Peach #E8DEDD
RGB
CMYK
RGB Variations
Color information
#E8DEDD (or 0xE8DEDD) is known color: Soft Peach. HEX triplet: E8, DE and DD. RGB value is (232,222,221). Sum of RGB (Red+Green+Blue) = 232+222+221=675 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.37% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DEDD is #172122. Grayscale: #E0E0E0. Windows color (decimal): -1515811 or 14540520. OLE color: 14540520.
HSL color Cylindrical-coordinate representation of color #E8DEDD: hue angle of 5.45º 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 #E8DEDD is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 232 | 222 | 221 | - |
CMYK | 0 | 0.04 | 0.05 | 0.09 |
HSL | 5.45º | 0.19% | 0.89% | - |
HSV(B) | 5.45º | 0.05% | 0.91% | - |
XYZ | 72.45 | 74.62 | 78.99 | - |
YUV | 224.88 | 125.81 | 133.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 222 | 221 | 0 | 0.04 | 0.05 | 0.09 | 5.45 | 0.19 | 0.89 |
Hex | E8 | DE | DD | 0 | 4 | 5 | 9 | 5 | 13 | 59 |
Octal | 350 | 336 | 335 | 0 | 4 | 5 | 11 | 5 | 23 | 131 |
Binary | 11101000 | 11011110 | 11011101 | 0 | 100 | 101 | 1001 | 101 | 10011 | 1011001 |
Color Harmonies of #E8DEDD
Complementary color
Monochromatic Colors of #E8DEDD
Black with #E8DEDD
Text Example
Text Example
White with #E8DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DEDD; }
p { color: rgb(232,222,221); }
H1.HeaderClassName
{
color: #E8DEDD;
}
.AnyTagClassName
{
color: #E8DEDD;
}
</style>
background-color css
<style>
a { background-color: #E8DEDD; }
a { background-color: rgb(232,222,221); }
div.DivClassName
{
background-color: #E8DEDD;
}
.BgClassName
{
background-color: #E8DEDD;
}
</style>
border-color css
<style>
span { border-color: #E8DEDD; }
span { border-color: rgb(232,222,221); }
td.TdClassName
{
border-color: #E8DEDD;
}
.TagClassName
{
border-color: #E8DEDD;
}
</style>