Shades of Soft Peach #E7DCDC
Tints of Soft Peach #E7DCDC
RGB
CMYK
RGB Variations
Color information
#E7DCDC (or 0xE7DCDC) is known color: Soft Peach. HEX triplet: E7, DC and DC. RGB value is (231,220,220). Sum of RGB (Red+Green+Blue) = 231+220+220=671 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.43% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCDC is #182323. Grayscale: #DFDFDF. Windows color (decimal): -1581860 or 14474471. OLE color: 14474471.
HSL color Cylindrical-coordinate representation of color #E7DCDC: hue angle of 0º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E7DCDC is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 220 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.09 |
| HSL | 0º | 0.19% | 0.88% | - |
| HSV(B) | 0º | 0.05% | 0.91% | - |
| XYZ | 71.47 | 73.34 | 78.1 | - |
| YUV | 223.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 220 | 0 | 0.05 | 0.05 | 0.09 | 0 | 0.19 | 0.88 |
| Hex | E7 | DC | DC | 0 | 5 | 5 | 9 | 0 | 13 | 58 |
| Octal | 347 | 334 | 334 | 0 | 5 | 5 | 11 | 0 | 23 | 130 |
| Binary | 11100111 | 11011100 | 11011100 | 0 | 101 | 101 | 1001 | 0 | 10011 | 1011000 |
Color Harmonies of #E7DCDC
Complementary color
Monochromatic Colors of #E7DCDC
Black with #E7DCDC
Text Example
Text Example
White with #E7DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCDC; }
p { color: rgb(231,220,220); }
H1.HeaderClassName
{
color: #E7DCDC;
}
.AnyTagClassName
{
color: #E7DCDC;
}
</style>
background-color css
<style>
a { background-color: #E7DCDC; }
a { background-color: rgb(231,220,220); }
div.DivClassName
{
background-color: #E7DCDC;
}
.BgClassName
{
background-color: #E7DCDC;
}
</style>
border-color css
<style>
span { border-color: #E7DCDC; }
span { border-color: rgb(231,220,220); }
td.TdClassName
{
border-color: #E7DCDC;
}
.TagClassName
{
border-color: #E7DCDC;
}
</style>