Shades of Soft Peach #E4DDDC
Tints of Soft Peach #E4DDDC
RGB
CMYK
RGB Variations
Color information
#E4DDDC (or 0xE4DDDC) is known color: Soft Peach. HEX triplet: E4, DD and DC. RGB value is (228,221,220). Sum of RGB (Red+Green+Blue) = 228+221+220=669 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.08% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DDDC is #1B2223. Grayscale: #DEDEDE. Windows color (decimal): -1778212 or 14474724. OLE color: 14474724.
HSL color Cylindrical-coordinate representation of color #E4DDDC: hue angle of 7.5º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E4DDDC is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 221 | 220 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.11 |
| HSL | 7.5º | 0.13% | 0.88% | - |
| HSV(B) | 7.5º | 0.04% | 0.89% | - |
| XYZ | 70.77 | 73.37 | 78.14 | - |
| YUV | 222.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 221 | 220 | 0 | 0.03 | 0.04 | 0.11 | 7.5 | 0.13 | 0.88 |
| Hex | E4 | DD | DC | 0 | 3 | 4 | B | 8 | D | 58 |
| Octal | 344 | 335 | 334 | 0 | 3 | 4 | 13 | 10 | 15 | 130 |
| Binary | 11100100 | 11011101 | 11011100 | 0 | 11 | 100 | 1011 | 1000 | 1101 | 1011000 |
Color Harmonies of #E4DDDC
Complementary color
Monochromatic Colors of #E4DDDC
Black with #E4DDDC
Text Example
Text Example
White with #E4DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DDDC; }
p { color: rgb(228,221,220); }
H1.HeaderClassName
{
color: #E4DDDC;
}
.AnyTagClassName
{
color: #E4DDDC;
}
</style>
background-color css
<style>
a { background-color: #E4DDDC; }
a { background-color: rgb(228,221,220); }
div.DivClassName
{
background-color: #E4DDDC;
}
.BgClassName
{
background-color: #E4DDDC;
}
</style>
border-color css
<style>
span { border-color: #E4DDDC; }
span { border-color: rgb(228,221,220); }
td.TdClassName
{
border-color: #E4DDDC;
}
.TagClassName
{
border-color: #E4DDDC;
}
</style>