Shades of Soft Peach #EFDDDD
Tints of Soft Peach #EFDDDD
RGB
CMYK
RGB Variations
Color information
#EFDDDD (or 0xEFDDDD) is known color: Soft Peach. HEX triplet: EF, DD and DD. RGB value is (239,221,221). Sum of RGB (Red+Green+Blue) = 239+221+221=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDDD is #102222. Grayscale: #E2E2E2. Windows color (decimal): -1057315 or 14540271. OLE color: 14540271.
HSL color Cylindrical-coordinate representation of color #EFDDDD: hue angle of 0º 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 #EFDDDD is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 221 | 221 | - |
CMYK | 0 | 0.08 | 0.08 | 0.06 |
HSL | 0º | 0.36% | 0.9% | - |
HSV(B) | 0º | 0.08% | 0.94% | - |
XYZ | 74.5 | 75.28 | 79.01 | - |
YUV | 226.38 | 124.96 | 137 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 221 | 221 | 0 | 0.08 | 0.08 | 0.06 | 0 | 0.36 | 0.9 |
Hex | EF | DD | DD | 0 | 8 | 8 | 6 | 0 | 24 | 5A |
Octal | 357 | 335 | 335 | 0 | 10 | 10 | 6 | 0 | 44 | 132 |
Binary | 11101111 | 11011101 | 11011101 | 0 | 1000 | 1000 | 110 | 0 | 100100 | 1011010 |
Color Harmonies of #EFDDDD
Complementary color
Monochromatic Colors of #EFDDDD
Black with #EFDDDD
Text Example
Text Example
White with #EFDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDDD; }
p { color: rgb(239,221,221); }
H1.HeaderClassName
{
color: #EFDDDD;
}
.AnyTagClassName
{
color: #EFDDDD;
}
</style>
background-color css
<style>
a { background-color: #EFDDDD; }
a { background-color: rgb(239,221,221); }
div.DivClassName
{
background-color: #EFDDDD;
}
.BgClassName
{
background-color: #EFDDDD;
}
</style>
border-color css
<style>
span { border-color: #EFDDDD; }
span { border-color: rgb(239,221,221); }
td.TdClassName
{
border-color: #EFDDDD;
}
.TagClassName
{
border-color: #EFDDDD;
}
</style>