Shades of Soft Peach #EFD9D8
Tints of Soft Peach #EFD9D8
RGB
CMYK
RGB Variations
Color information
#EFD9D8 (or 0xEFD9D8) is known color: Soft Peach. HEX triplet: EF, D9 and D8. RGB value is (239,217,216). Sum of RGB (Red+Green+Blue) = 239+217+216=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9D8 is #102627. Grayscale: #DFDFDF. Windows color (decimal): -1058344 or 14211567. OLE color: 14211567.
HSL color Cylindrical-coordinate representation of color #EFD9D8: hue angle of 2.61º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD9D8 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 216 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.06 |
| HSL | 2.61º | 0.42% | 0.89% | - |
| HSV(B) | 2.61º | 0.1% | 0.94% | - |
| XYZ | 72.8 | 72.93 | 75.21 | - |
| YUV | 223.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 216 | 0 | 0.09 | 0.10 | 0.06 | 2.61 | 0.42 | 0.89 |
| Hex | EF | D9 | D8 | 0 | 9 | A | 6 | 3 | 2A | 59 |
| Octal | 357 | 331 | 330 | 0 | 11 | 12 | 6 | 3 | 52 | 131 |
| Binary | 11101111 | 11011001 | 11011000 | 0 | 1001 | 1010 | 110 | 11 | 101010 | 1011001 |
Color Harmonies of #EFD9D8
Complementary color
Monochromatic Colors of #EFD9D8
Black with #EFD9D8
Text Example
Text Example
White with #EFD9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD9D8; }
p { color: rgb(239,217,216); }
H1.HeaderClassName
{
color: #EFD9D8;
}
.AnyTagClassName
{
color: #EFD9D8;
}
</style>
background-color css
<style>
a { background-color: #EFD9D8; }
a { background-color: rgb(239,217,216); }
div.DivClassName
{
background-color: #EFD9D8;
}
.BgClassName
{
background-color: #EFD9D8;
}
</style>
border-color css
<style>
span { border-color: #EFD9D8; }
span { border-color: rgb(239,217,216); }
td.TdClassName
{
border-color: #EFD9D8;
}
.TagClassName
{
border-color: #EFD9D8;
}
</style>