Shades of Soft Peach #EEDFDF
Tints of Soft Peach #EEDFDF
RGB
CMYK
RGB Variations
Color information
#EEDFDF (or 0xEEDFDF) is known color: Soft Peach. HEX triplet: EE, DF and DF. RGB value is (238,223,223). Sum of RGB (Red+Green+Blue) = 238+223+223=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 223 (87.5% from 255 or 32.60% from 684); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFDF is #112020. Grayscale: #E3E3E3. Windows color (decimal): -1122337 or 14671854. OLE color: 14671854.
HSL color Cylindrical-coordinate representation of color #EEDFDF: hue angle of 0º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEDFDF is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 223 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.07 |
| HSL | 0º | 0.31% | 0.9% | - |
| HSV(B) | 0º | 0.06% | 0.93% | - |
| XYZ | 74.97 | 76.28 | 80.58 | - |
| YUV | 227.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 223 | 0 | 0.06 | 0.06 | 0.07 | 0 | 0.31 | 0.9 |
| Hex | EE | DF | DF | 0 | 6 | 6 | 7 | 0 | 1F | 5A |
| Octal | 356 | 337 | 337 | 0 | 6 | 6 | 7 | 0 | 37 | 132 |
| Binary | 11101110 | 11011111 | 11011111 | 0 | 110 | 110 | 111 | 0 | 11111 | 1011010 |
Color Harmonies of #EEDFDF
Complementary color
Monochromatic Colors of #EEDFDF
Black with #EEDFDF
Text Example
Text Example
White with #EEDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFDF; }
p { color: rgb(238,223,223); }
H1.HeaderClassName
{
color: #EEDFDF;
}
.AnyTagClassName
{
color: #EEDFDF;
}
</style>
background-color css
<style>
a { background-color: #EEDFDF; }
a { background-color: rgb(238,223,223); }
div.DivClassName
{
background-color: #EEDFDF;
}
.BgClassName
{
background-color: #EEDFDF;
}
</style>
border-color css
<style>
span { border-color: #EEDFDF; }
span { border-color: rgb(238,223,223); }
td.TdClassName
{
border-color: #EEDFDF;
}
.TagClassName
{
border-color: #EEDFDF;
}
</style>