Shades of Soft Peach #EEDCDA
Tints of Soft Peach #EEDCDA
RGB
CMYK
RGB Variations
Color information
#EEDCDA (or 0xEEDCDA) is known color: Soft Peach. HEX triplet: EE, DC and DA. RGB value is (238,220,218). Sum of RGB (Red+Green+Blue) = 238+220+218=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCDA is #112325. Grayscale: #E1E1E1. Windows color (decimal): -1123110 or 14343406. OLE color: 14343406.
HSL color Cylindrical-coordinate representation of color #EEDCDA: hue angle of 6º 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 #EEDCDA is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 218 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.07 |
| HSL | 6º | 0.37% | 0.89% | - |
| HSV(B) | 6º | 0.08% | 0.93% | - |
| XYZ | 73.51 | 74.43 | 76.82 | - |
| YUV | 225.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 218 | 0 | 0.08 | 0.08 | 0.07 | 6 | 0.37 | 0.89 |
| Hex | EE | DC | DA | 0 | 8 | 8 | 7 | 6 | 25 | 59 |
| Octal | 356 | 334 | 332 | 0 | 10 | 10 | 7 | 6 | 45 | 131 |
| Binary | 11101110 | 11011100 | 11011010 | 0 | 1000 | 1000 | 111 | 110 | 100101 | 1011001 |
Color Harmonies of #EEDCDA
Complementary color
Monochromatic Colors of #EEDCDA
Black with #EEDCDA
Text Example
Text Example
White with #EEDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCDA; }
p { color: rgb(238,220,218); }
H1.HeaderClassName
{
color: #EEDCDA;
}
.AnyTagClassName
{
color: #EEDCDA;
}
</style>
background-color css
<style>
a { background-color: #EEDCDA; }
a { background-color: rgb(238,220,218); }
div.DivClassName
{
background-color: #EEDCDA;
}
.BgClassName
{
background-color: #EEDCDA;
}
</style>
border-color css
<style>
span { border-color: #EEDCDA; }
span { border-color: rgb(238,220,218); }
td.TdClassName
{
border-color: #EEDCDA;
}
.TagClassName
{
border-color: #EEDCDA;
}
</style>