Shades of Soft Peach #EEDFDD
Tints of Soft Peach #EEDFDD
RGB
CMYK
RGB Variations
Color information
#EEDFDD (or 0xEEDFDD) is known color: Soft Peach. HEX triplet: EE, DF and DD. RGB value is (238,223,221). Sum of RGB (Red+Green+Blue) = 238+223+221=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFDD is #112022. Grayscale: #E3E3E3. Windows color (decimal): -1122339 or 14540782. OLE color: 14540782.
HSL color Cylindrical-coordinate representation of color #EEDFDD: hue angle of 7.06º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEDFDD is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 223 | 221 | - |
CMYK | 0 | 0.06 | 0.07 | 0.07 |
HSL | 7.06º | 0.33% | 0.9% | - |
HSV(B) | 7.06º | 0.07% | 0.93% | - |
XYZ | 74.7 | 76.17 | 79.17 | - |
YUV | 227.26 | 124.47 | 135.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 223 | 221 | 0 | 0.06 | 0.07 | 0.07 | 7.06 | 0.33 | 0.9 |
Hex | EE | DF | DD | 0 | 6 | 7 | 7 | 7 | 21 | 5A |
Octal | 356 | 337 | 335 | 0 | 6 | 7 | 7 | 7 | 41 | 132 |
Binary | 11101110 | 11011111 | 11011101 | 0 | 110 | 111 | 111 | 111 | 100001 | 1011010 |
Color Harmonies of #EEDFDD
Complementary color
Monochromatic Colors of #EEDFDD
Black with #EEDFDD
Text Example
Text Example
White with #EEDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFDD; }
p { color: rgb(238,223,221); }
H1.HeaderClassName
{
color: #EEDFDD;
}
.AnyTagClassName
{
color: #EEDFDD;
}
</style>
background-color css
<style>
a { background-color: #EEDFDD; }
a { background-color: rgb(238,223,221); }
div.DivClassName
{
background-color: #EEDFDD;
}
.BgClassName
{
background-color: #EEDFDD;
}
</style>
border-color css
<style>
span { border-color: #EEDFDD; }
span { border-color: rgb(238,223,221); }
td.TdClassName
{
border-color: #EEDFDD;
}
.TagClassName
{
border-color: #EEDFDD;
}
</style>