Shades of Soft Peach #EEDAD8
Tints of Soft Peach #EEDAD8
RGB
CMYK
RGB Variations
Color information
#EEDAD8 (or 0xEEDAD8) is known color: Soft Peach. HEX triplet: EE, DA and D8. RGB value is (238,218,216). Sum of RGB (Red+Green+Blue) = 238+218+216=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAD8 is #112527. Grayscale: #DFDFDF. Windows color (decimal): -1123624 or 14211822. OLE color: 14211822.
HSL color Cylindrical-coordinate representation of color #EEDAD8: hue angle of 5.45º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEDAD8 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 216 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.07 |
| HSL | 5.45º | 0.39% | 0.89% | - |
| HSV(B) | 5.45º | 0.09% | 0.93% | - |
| XYZ | 72.73 | 73.28 | 75.28 | - |
| YUV | 223.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 216 | 0 | 0.08 | 0.09 | 0.07 | 5.45 | 0.39 | 0.89 |
| Hex | EE | DA | D8 | 0 | 8 | 9 | 7 | 5 | 27 | 59 |
| Octal | 356 | 332 | 330 | 0 | 10 | 11 | 7 | 5 | 47 | 131 |
| Binary | 11101110 | 11011010 | 11011000 | 0 | 1000 | 1001 | 111 | 101 | 100111 | 1011001 |
Color Harmonies of #EEDAD8
Complementary color
Monochromatic Colors of #EEDAD8
Black with #EEDAD8
Text Example
Text Example
White with #EEDAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAD8; }
p { color: rgb(238,218,216); }
H1.HeaderClassName
{
color: #EEDAD8;
}
.AnyTagClassName
{
color: #EEDAD8;
}
</style>
background-color css
<style>
a { background-color: #EEDAD8; }
a { background-color: rgb(238,218,216); }
div.DivClassName
{
background-color: #EEDAD8;
}
.BgClassName
{
background-color: #EEDAD8;
}
</style>
border-color css
<style>
span { border-color: #EEDAD8; }
span { border-color: rgb(238,218,216); }
td.TdClassName
{
border-color: #EEDAD8;
}
.TagClassName
{
border-color: #EEDAD8;
}
</style>