Shades of Soft Peach #EFDDDC
Tints of Soft Peach #EFDDDC
RGB
CMYK
RGB Variations
Color information
#EFDDDC (or 0xEFDDDC) is known color: Soft Peach. HEX triplet: EF, DD and DC. RGB value is (239,221,220). Sum of RGB (Red+Green+Blue) = 239+221+220=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDDC is #102223. Grayscale: #E2E2E2. Windows color (decimal): -1057316 or 14474735. OLE color: 14474735.
HSL color Cylindrical-coordinate representation of color #EFDDDC: hue angle of 3.16º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDDDC is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 220 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.06 |
| HSL | 3.16º | 0.37% | 0.9% | - |
| HSV(B) | 3.16º | 0.08% | 0.94% | - |
| XYZ | 74.37 | 75.23 | 78.31 | - |
| YUV | 226.27 | 124.46 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 220 | 0 | 0.08 | 0.08 | 0.06 | 3.16 | 0.37 | 0.9 |
| Hex | EF | DD | DC | 0 | 8 | 8 | 6 | 3 | 25 | 5A |
| Octal | 357 | 335 | 334 | 0 | 10 | 10 | 6 | 3 | 45 | 132 |
| Binary | 11101111 | 11011101 | 11011100 | 0 | 1000 | 1000 | 110 | 11 | 100101 | 1011010 |
Color Harmonies of #EFDDDC
Complementary color
Monochromatic Colors of #EFDDDC
Black with #EFDDDC
Text Example
Text Example
White with #EFDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDDC; }
p { color: rgb(239,221,220); }
H1.HeaderClassName
{
color: #EFDDDC;
}
.AnyTagClassName
{
color: #EFDDDC;
}
</style>
background-color css
<style>
a { background-color: #EFDDDC; }
a { background-color: rgb(239,221,220); }
div.DivClassName
{
background-color: #EFDDDC;
}
.BgClassName
{
background-color: #EFDDDC;
}
</style>
border-color css
<style>
span { border-color: #EFDDDC; }
span { border-color: rgb(239,221,220); }
td.TdClassName
{
border-color: #EFDDDC;
}
.TagClassName
{
border-color: #EFDDDC;
}
</style>