Shades of Soft Peach #EFDEDD
Tints of Soft Peach #EFDEDD
RGB
CMYK
RGB Variations
Color information
#EFDEDD (or 0xEFDEDD) is known color: Soft Peach. HEX triplet: EF, DE and DD. RGB value is (239,222,221). Sum of RGB (Red+Green+Blue) = 239+222+221=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEDD is #102122. Grayscale: #E2E2E2. Windows color (decimal): -1057059 or 14540527. OLE color: 14540527.
HSL color Cylindrical-coordinate representation of color #EFDEDD: hue angle of 3.33º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDEDD is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 222 | 221 | - |
CMYK | 0 | 0.07 | 0.08 | 0.06 |
HSL | 3.33º | 0.36% | 0.9% | - |
HSV(B) | 3.33º | 0.08% | 0.94% | - |
XYZ | 74.77 | 75.81 | 79.1 | - |
YUV | 226.97 | 124.63 | 136.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 222 | 221 | 0 | 0.07 | 0.08 | 0.06 | 3.33 | 0.36 | 0.9 |
Hex | EF | DE | DD | 0 | 7 | 8 | 6 | 3 | 24 | 5A |
Octal | 357 | 336 | 335 | 0 | 7 | 10 | 6 | 3 | 44 | 132 |
Binary | 11101111 | 11011110 | 11011101 | 0 | 111 | 1000 | 110 | 11 | 100100 | 1011010 |
Color Harmonies of #EFDEDD
Complementary color
Monochromatic Colors of #EFDEDD
Black with #EFDEDD
Text Example
Text Example
White with #EFDEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEDD; }
p { color: rgb(239,222,221); }
H1.HeaderClassName
{
color: #EFDEDD;
}
.AnyTagClassName
{
color: #EFDEDD;
}
</style>
background-color css
<style>
a { background-color: #EFDEDD; }
a { background-color: rgb(239,222,221); }
div.DivClassName
{
background-color: #EFDEDD;
}
.BgClassName
{
background-color: #EFDEDD;
}
</style>
border-color css
<style>
span { border-color: #EFDEDD; }
span { border-color: rgb(239,222,221); }
td.TdClassName
{
border-color: #EFDEDD;
}
.TagClassName
{
border-color: #EFDEDD;
}
</style>