Shades of Soft Peach #EFDADA
Tints of Soft Peach #EFDADA
RGB
CMYK
RGB Variations
Color information
#EFDADA (or 0xEFDADA) is known color: Soft Peach. HEX triplet: EF, DA and DA. RGB value is (239,218,218). Sum of RGB (Red+Green+Blue) = 239+218+218=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDADA is #102525. Grayscale: #E0E0E0. Windows color (decimal): -1058086 or 14342895. OLE color: 14342895.
HSL color Cylindrical-coordinate representation of color #EFDADA: hue angle of 0º 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 #EFDADA is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 218 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.06 |
| HSL | 0º | 0.4% | 0.9% | - |
| HSV(B) | 0º | 0.09% | 0.94% | - |
| XYZ | 73.32 | 73.56 | 76.66 | - |
| YUV | 224.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 218 | 0 | 0.09 | 0.09 | 0.06 | 0 | 0.4 | 0.9 |
| Hex | EF | DA | DA | 0 | 9 | 9 | 6 | 0 | 28 | 5A |
| Octal | 357 | 332 | 332 | 0 | 11 | 11 | 6 | 0 | 50 | 132 |
| Binary | 11101111 | 11011010 | 11011010 | 0 | 1001 | 1001 | 110 | 0 | 101000 | 1011010 |
Color Harmonies of #EFDADA
Complementary color
Monochromatic Colors of #EFDADA
Black with #EFDADA
Text Example
Text Example
White with #EFDADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDADA; }
p { color: rgb(239,218,218); }
H1.HeaderClassName
{
color: #EFDADA;
}
.AnyTagClassName
{
color: #EFDADA;
}
</style>
background-color css
<style>
a { background-color: #EFDADA; }
a { background-color: rgb(239,218,218); }
div.DivClassName
{
background-color: #EFDADA;
}
.BgClassName
{
background-color: #EFDADA;
}
</style>
border-color css
<style>
span { border-color: #EFDADA; }
span { border-color: rgb(239,218,218); }
td.TdClassName
{
border-color: #EFDADA;
}
.TagClassName
{
border-color: #EFDADA;
}
</style>