Shades of Soft Peach #EFDFDE
Tints of Soft Peach #EFDFDE
RGB
CMYK
RGB Variations
Color information
#EFDFDE (or 0xEFDFDE) is known color: Soft Peach. HEX triplet: EF, DF and DE. RGB value is (239,223,222). Sum of RGB (Red+Green+Blue) = 239+223+222=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFDE is #102021. Grayscale: #E3E3E3. Windows color (decimal): -1056802 or 14606319. OLE color: 14606319.
HSL color Cylindrical-coordinate representation of color #EFDFDE: hue angle of 3.53º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFDFDE is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 222 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.06 |
| HSL | 3.53º | 0.35% | 0.9% | - |
| HSV(B) | 3.53º | 0.07% | 0.94% | - |
| XYZ | 75.17 | 76.4 | 79.89 | - |
| YUV | 227.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 222 | 0 | 0.07 | 0.07 | 0.06 | 3.53 | 0.35 | 0.9 |
| Hex | EF | DF | DE | 0 | 7 | 7 | 6 | 4 | 23 | 5A |
| Octal | 357 | 337 | 336 | 0 | 7 | 7 | 6 | 4 | 43 | 132 |
| Binary | 11101111 | 11011111 | 11011110 | 0 | 111 | 111 | 110 | 100 | 100011 | 1011010 |
Color Harmonies of #EFDFDE
Complementary color
Monochromatic Colors of #EFDFDE
Black with #EFDFDE
Text Example
Text Example
White with #EFDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFDE; }
p { color: rgb(239,223,222); }
H1.HeaderClassName
{
color: #EFDFDE;
}
.AnyTagClassName
{
color: #EFDFDE;
}
</style>
background-color css
<style>
a { background-color: #EFDFDE; }
a { background-color: rgb(239,223,222); }
div.DivClassName
{
background-color: #EFDFDE;
}
.BgClassName
{
background-color: #EFDFDE;
}
</style>
border-color css
<style>
span { border-color: #EFDFDE; }
span { border-color: rgb(239,223,222); }
td.TdClassName
{
border-color: #EFDFDE;
}
.TagClassName
{
border-color: #EFDFDE;
}
</style>