Shades of Soft Peach #EFDCDA
Tints of Soft Peach #EFDCDA
RGB
CMYK
RGB Variations
Color information
#EFDCDA (or 0xEFDCDA) is known color: Soft Peach. HEX triplet: EF, DC and DA. RGB value is (239,220,218). Sum of RGB (Red+Green+Blue) = 239+220+218=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCDA is #102325. Grayscale: #E1E1E1. Windows color (decimal): -1057574 or 14343407. OLE color: 14343407.
HSL color Cylindrical-coordinate representation of color #EFDCDA: hue angle of 5.71º 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 #EFDCDA is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 220 | 218 | - |
CMYK | 0 | 0.08 | 0.09 | 0.06 |
HSL | 5.71º | 0.4% | 0.9% | - |
HSV(B) | 5.71º | 0.09% | 0.94% | - |
XYZ | 73.84 | 74.6 | 76.84 | - |
YUV | 225.45 | 123.79 | 137.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 220 | 218 | 0 | 0.08 | 0.09 | 0.06 | 5.71 | 0.4 | 0.9 |
Hex | EF | DC | DA | 0 | 8 | 9 | 6 | 6 | 28 | 5A |
Octal | 357 | 334 | 332 | 0 | 10 | 11 | 6 | 6 | 50 | 132 |
Binary | 11101111 | 11011100 | 11011010 | 0 | 1000 | 1001 | 110 | 110 | 101000 | 1011010 |
Color Harmonies of #EFDCDA
Complementary color
Monochromatic Colors of #EFDCDA
Black with #EFDCDA
Text Example
Text Example
White with #EFDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCDA; }
p { color: rgb(239,220,218); }
H1.HeaderClassName
{
color: #EFDCDA;
}
.AnyTagClassName
{
color: #EFDCDA;
}
</style>
background-color css
<style>
a { background-color: #EFDCDA; }
a { background-color: rgb(239,220,218); }
div.DivClassName
{
background-color: #EFDCDA;
}
.BgClassName
{
background-color: #EFDCDA;
}
</style>
border-color css
<style>
span { border-color: #EFDCDA; }
span { border-color: rgb(239,220,218); }
td.TdClassName
{
border-color: #EFDCDA;
}
.TagClassName
{
border-color: #EFDCDA;
}
</style>