Shades of Soft Peach #EFE1DF
Tints of Soft Peach #EFE1DF
RGB
CMYK
RGB Variations
Color information
#EFE1DF (or 0xEFE1DF) is known color: Soft Peach. HEX triplet: EF, E1 and DF. RGB value is (239,225,223). Sum of RGB (Red+Green+Blue) = 239+225+223=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 223 (87.5% from 255 or 32.46% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1DF is #101E20. Grayscale: #E4E4E4. Windows color (decimal): -1056289 or 14672367. OLE color: 14672367.
HSL color Cylindrical-coordinate representation of color #EFE1DF: hue angle of 7.5º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFE1DF is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 223 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.06 |
| HSL | 7.5º | 0.33% | 0.91% | - |
| HSV(B) | 7.5º | 0.07% | 0.94% | - |
| XYZ | 75.84 | 77.53 | 80.78 | - |
| YUV | 228.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 223 | 0 | 0.06 | 0.07 | 0.06 | 7.5 | 0.33 | 0.91 |
| Hex | EF | E1 | DF | 0 | 6 | 7 | 6 | 8 | 21 | 5B |
| Octal | 357 | 341 | 337 | 0 | 6 | 7 | 6 | 10 | 41 | 133 |
| Binary | 11101111 | 11100001 | 11011111 | 0 | 110 | 111 | 110 | 1000 | 100001 | 1011011 |
Color Harmonies of #EFE1DF
Complementary color
Monochromatic Colors of #EFE1DF
Black with #EFE1DF
Text Example
Text Example
White with #EFE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1DF; }
p { color: rgb(239,225,223); }
H1.HeaderClassName
{
color: #EFE1DF;
}
.AnyTagClassName
{
color: #EFE1DF;
}
</style>
background-color css
<style>
a { background-color: #EFE1DF; }
a { background-color: rgb(239,225,223); }
div.DivClassName
{
background-color: #EFE1DF;
}
.BgClassName
{
background-color: #EFE1DF;
}
</style>
border-color css
<style>
span { border-color: #EFE1DF; }
span { border-color: rgb(239,225,223); }
td.TdClassName
{
border-color: #EFE1DF;
}
.TagClassName
{
border-color: #EFE1DF;
}
</style>