Shades of Soft Peach #EFDBDA
Tints of Soft Peach #EFDBDA
RGB
CMYK
RGB Variations
Color information
#EFDBDA (or 0xEFDBDA) is known color: Soft Peach. HEX triplet: EF, DB and DA. RGB value is (239,219,218). Sum of RGB (Red+Green+Blue) = 239+219+218=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBDA is #102425. Grayscale: #E0E0E0. Windows color (decimal): -1057830 or 14343151. OLE color: 14343151.
HSL color Cylindrical-coordinate representation of color #EFDBDA: hue angle of 2.86º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDBDA is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 218 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.06 |
| HSL | 2.86º | 0.4% | 0.9% | - |
| HSV(B) | 2.86º | 0.09% | 0.94% | - |
| XYZ | 73.58 | 74.08 | 76.75 | - |
| YUV | 224.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 218 | 0 | 0.08 | 0.09 | 0.06 | 2.86 | 0.4 | 0.9 |
| Hex | EF | DB | DA | 0 | 8 | 9 | 6 | 3 | 28 | 5A |
| Octal | 357 | 333 | 332 | 0 | 10 | 11 | 6 | 3 | 50 | 132 |
| Binary | 11101111 | 11011011 | 11011010 | 0 | 1000 | 1001 | 110 | 11 | 101000 | 1011010 |
Color Harmonies of #EFDBDA
Complementary color
Monochromatic Colors of #EFDBDA
Black with #EFDBDA
Text Example
Text Example
White with #EFDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBDA; }
p { color: rgb(239,219,218); }
H1.HeaderClassName
{
color: #EFDBDA;
}
.AnyTagClassName
{
color: #EFDBDA;
}
</style>
background-color css
<style>
a { background-color: #EFDBDA; }
a { background-color: rgb(239,219,218); }
div.DivClassName
{
background-color: #EFDBDA;
}
.BgClassName
{
background-color: #EFDBDA;
}
</style>
border-color css
<style>
span { border-color: #EFDBDA; }
span { border-color: rgb(239,219,218); }
td.TdClassName
{
border-color: #EFDBDA;
}
.TagClassName
{
border-color: #EFDBDA;
}
</style>