Shades of Soft Peach #EEDCDC
Tints of Soft Peach #EEDCDC
RGB
CMYK
RGB Variations
Color information
#EEDCDC (or 0xEEDCDC) is known color: Soft Peach. HEX triplet: EE, DC and DC. RGB value is (238,220,220). Sum of RGB (Red+Green+Blue) = 238+220+220=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCDC is #112323. Grayscale: #E1E1E1. Windows color (decimal): -1123108 or 14474478. OLE color: 14474478.
HSL color Cylindrical-coordinate representation of color #EEDCDC: hue angle of 0º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDCDC is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 220 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.07 |
| HSL | 0º | 0.35% | 0.9% | - |
| HSV(B) | 0º | 0.08% | 0.93% | - |
| XYZ | 73.77 | 74.53 | 78.21 | - |
| YUV | 225.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 220 | 0 | 0.08 | 0.08 | 0.07 | 0 | 0.35 | 0.9 |
| Hex | EE | DC | DC | 0 | 8 | 8 | 7 | 0 | 23 | 5A |
| Octal | 356 | 334 | 334 | 0 | 10 | 10 | 7 | 0 | 43 | 132 |
| Binary | 11101110 | 11011100 | 11011100 | 0 | 1000 | 1000 | 111 | 0 | 100011 | 1011010 |
Color Harmonies of #EEDCDC
Complementary color
Monochromatic Colors of #EEDCDC
Black with #EEDCDC
Text Example
Text Example
White with #EEDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCDC; }
p { color: rgb(238,220,220); }
H1.HeaderClassName
{
color: #EEDCDC;
}
.AnyTagClassName
{
color: #EEDCDC;
}
</style>
background-color css
<style>
a { background-color: #EEDCDC; }
a { background-color: rgb(238,220,220); }
div.DivClassName
{
background-color: #EEDCDC;
}
.BgClassName
{
background-color: #EEDCDC;
}
</style>
border-color css
<style>
span { border-color: #EEDCDC; }
span { border-color: rgb(238,220,220); }
td.TdClassName
{
border-color: #EEDCDC;
}
.TagClassName
{
border-color: #EEDCDC;
}
</style>