Shades of Soft Peach #EEDBDA
Tints of Soft Peach #EEDBDA
RGB
CMYK
RGB Variations
Color information
#EEDBDA (or 0xEEDBDA) is known color: Soft Peach. HEX triplet: EE, DB and DA. RGB value is (238,219,218). Sum of RGB (Red+Green+Blue) = 238+219+218=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBDA is #112425. Grayscale: #E0E0E0. Windows color (decimal): -1123366 or 14343150. OLE color: 14343150.
HSL color Cylindrical-coordinate representation of color #EEDBDA: hue angle of 3º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDBDA is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 218 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.07 |
| HSL | 3º | 0.37% | 0.89% | - |
| HSV(B) | 3º | 0.08% | 0.93% | - |
| XYZ | 73.25 | 73.9 | 76.73 | - |
| YUV | 224.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 218 | 0 | 0.08 | 0.08 | 0.07 | 3 | 0.37 | 0.89 |
| Hex | EE | DB | DA | 0 | 8 | 8 | 7 | 3 | 25 | 59 |
| Octal | 356 | 333 | 332 | 0 | 10 | 10 | 7 | 3 | 45 | 131 |
| Binary | 11101110 | 11011011 | 11011010 | 0 | 1000 | 1000 | 111 | 11 | 100101 | 1011001 |
Color Harmonies of #EEDBDA
Complementary color
Monochromatic Colors of #EEDBDA
Black with #EEDBDA
Text Example
Text Example
White with #EEDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDBDA; }
p { color: rgb(238,219,218); }
H1.HeaderClassName
{
color: #EEDBDA;
}
.AnyTagClassName
{
color: #EEDBDA;
}
</style>
background-color css
<style>
a { background-color: #EEDBDA; }
a { background-color: rgb(238,219,218); }
div.DivClassName
{
background-color: #EEDBDA;
}
.BgClassName
{
background-color: #EEDBDA;
}
</style>
border-color css
<style>
span { border-color: #EEDBDA; }
span { border-color: rgb(238,219,218); }
td.TdClassName
{
border-color: #EEDBDA;
}
.TagClassName
{
border-color: #EEDBDA;
}
</style>