Shades of Soft Peach #EFDBD9
Tints of Soft Peach #EFDBD9
RGB
CMYK
RGB Variations
Color information
#EFDBD9 (or 0xEFDBD9) is known color: Soft Peach. HEX triplet: EF, DB and D9. RGB value is (239,219,217). Sum of RGB (Red+Green+Blue) = 239+219+217=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBD9 is #102426. Grayscale: #E0E0E0. Windows color (decimal): -1057831 or 14277615. OLE color: 14277615.
HSL color Cylindrical-coordinate representation of color #EFDBD9: hue angle of 5.45º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDBD9 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 219 | 217 | - |
CMYK | 0 | 0.08 | 0.09 | 0.06 |
HSL | 5.45º | 0.41% | 0.89% | - |
HSV(B) | 5.45º | 0.09% | 0.94% | - |
XYZ | 73.45 | 74.02 | 76.06 | - |
YUV | 224.75 | 123.63 | 138.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 219 | 217 | 0 | 0.08 | 0.09 | 0.06 | 5.45 | 0.41 | 0.89 |
Hex | EF | DB | D9 | 0 | 8 | 9 | 6 | 5 | 29 | 59 |
Octal | 357 | 333 | 331 | 0 | 10 | 11 | 6 | 5 | 51 | 131 |
Binary | 11101111 | 11011011 | 11011001 | 0 | 1000 | 1001 | 110 | 101 | 101001 | 1011001 |
Color Harmonies of #EFDBD9
Complementary color
Monochromatic Colors of #EFDBD9
Black with #EFDBD9
Text Example
Text Example
White with #EFDBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBD9; }
p { color: rgb(239,219,217); }
H1.HeaderClassName
{
color: #EFDBD9;
}
.AnyTagClassName
{
color: #EFDBD9;
}
</style>
background-color css
<style>
a { background-color: #EFDBD9; }
a { background-color: rgb(239,219,217); }
div.DivClassName
{
background-color: #EFDBD9;
}
.BgClassName
{
background-color: #EFDBD9;
}
</style>
border-color css
<style>
span { border-color: #EFDBD9; }
span { border-color: rgb(239,219,217); }
td.TdClassName
{
border-color: #EFDBD9;
}
.TagClassName
{
border-color: #EFDBD9;
}
</style>