Shades of Soft Peach #E6DDDC
Tints of Soft Peach #E6DDDC
RGB
CMYK
RGB Variations
Color information
#E6DDDC (or 0xE6DDDC) is known color: Soft Peach. HEX triplet: E6, DD and DC. RGB value is (230,221,220). Sum of RGB (Red+Green+Blue) = 230+221+220=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DDDC is #192223. Grayscale: #DFDFDF. Windows color (decimal): -1647140 or 14474726. OLE color: 14474726.
HSL color Cylindrical-coordinate representation of color #E6DDDC: hue angle of 6º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6DDDC is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 220 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.10 |
| HSL | 6º | 0.17% | 0.88% | - |
| HSV(B) | 6º | 0.04% | 0.9% | - |
| XYZ | 71.41 | 73.7 | 78.17 | - |
| YUV | 223.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 220 | 0 | 0.04 | 0.04 | 0.10 | 6 | 0.17 | 0.88 |
| Hex | E6 | DD | DC | 0 | 4 | 4 | A | 6 | 11 | 58 |
| Octal | 346 | 335 | 334 | 0 | 4 | 4 | 12 | 6 | 21 | 130 |
| Binary | 11100110 | 11011101 | 11011100 | 0 | 100 | 100 | 1010 | 110 | 10001 | 1011000 |
Color Harmonies of #E6DDDC
Complementary color
Monochromatic Colors of #E6DDDC
Black with #E6DDDC
Text Example
Text Example
White with #E6DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DDDC; }
p { color: rgb(230,221,220); }
H1.HeaderClassName
{
color: #E6DDDC;
}
.AnyTagClassName
{
color: #E6DDDC;
}
</style>
background-color css
<style>
a { background-color: #E6DDDC; }
a { background-color: rgb(230,221,220); }
div.DivClassName
{
background-color: #E6DDDC;
}
.BgClassName
{
background-color: #E6DDDC;
}
</style>
border-color css
<style>
span { border-color: #E6DDDC; }
span { border-color: rgb(230,221,220); }
td.TdClassName
{
border-color: #E6DDDC;
}
.TagClassName
{
border-color: #E6DDDC;
}
</style>