Shades of Soft Peach #EEDEDD
Tints of Soft Peach #EEDEDD
RGB
CMYK
RGB Variations
Color information
#EEDEDD (or 0xEEDEDD) is known color: Soft Peach. HEX triplet: EE, DE and DD. RGB value is (238,222,221). Sum of RGB (Red+Green+Blue) = 238+222+221=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEDD is #112122. Grayscale: #E2E2E2. Windows color (decimal): -1122595 or 14540526. OLE color: 14540526.
HSL color Cylindrical-coordinate representation of color #EEDEDD: hue angle of 3.53º 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 #EEDEDD is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 221 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.07 |
| HSL | 3.53º | 0.33% | 0.9% | - |
| HSV(B) | 3.53º | 0.07% | 0.93% | - |
| XYZ | 74.43 | 75.64 | 79.08 | - |
| YUV | 226.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 221 | 0 | 0.07 | 0.07 | 0.07 | 3.53 | 0.33 | 0.9 |
| Hex | EE | DE | DD | 0 | 7 | 7 | 7 | 4 | 21 | 5A |
| Octal | 356 | 336 | 335 | 0 | 7 | 7 | 7 | 4 | 41 | 132 |
| Binary | 11101110 | 11011110 | 11011101 | 0 | 111 | 111 | 111 | 100 | 100001 | 1011010 |
Color Harmonies of #EEDEDD
Complementary color
Monochromatic Colors of #EEDEDD
Black with #EEDEDD
Text Example
Text Example
White with #EEDEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEDD; }
p { color: rgb(238,222,221); }
H1.HeaderClassName
{
color: #EEDEDD;
}
.AnyTagClassName
{
color: #EEDEDD;
}
</style>
background-color css
<style>
a { background-color: #EEDEDD; }
a { background-color: rgb(238,222,221); }
div.DivClassName
{
background-color: #EEDEDD;
}
.BgClassName
{
background-color: #EEDEDD;
}
</style>
border-color css
<style>
span { border-color: #EEDEDD; }
span { border-color: rgb(238,222,221); }
td.TdClassName
{
border-color: #EEDEDD;
}
.TagClassName
{
border-color: #EEDEDD;
}
</style>