Shades of Soft Peach #EEDCDB
Tints of Soft Peach #EEDCDB
RGB
CMYK
RGB Variations
Color information
#EEDCDB (or 0xEEDCDB) is known color: Soft Peach. HEX triplet: EE, DC and DB. RGB value is (238,220,219). Sum of RGB (Red+Green+Blue) = 238+220+219=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCDB is #112324. Grayscale: #E1E1E1. Windows color (decimal): -1123109 or 14408942. OLE color: 14408942.
HSL color Cylindrical-coordinate representation of color #EEDCDB: hue angle of 3.16º degrees, saturation: 0.36, 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 #EEDCDB is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 219 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.07 |
| HSL | 3.16º | 0.36% | 0.9% | - |
| HSV(B) | 3.16º | 0.08% | 0.93% | - |
| XYZ | 73.64 | 74.48 | 77.51 | - |
| YUV | 225.27 | 124.46 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 219 | 0 | 0.08 | 0.08 | 0.07 | 3.16 | 0.36 | 0.9 |
| Hex | EE | DC | DB | 0 | 8 | 8 | 7 | 3 | 24 | 5A |
| Octal | 356 | 334 | 333 | 0 | 10 | 10 | 7 | 3 | 44 | 132 |
| Binary | 11101110 | 11011100 | 11011011 | 0 | 1000 | 1000 | 111 | 11 | 100100 | 1011010 |
Color Harmonies of #EEDCDB
Complementary color
Monochromatic Colors of #EEDCDB
Black with #EEDCDB
Text Example
Text Example
White with #EEDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCDB; }
p { color: rgb(238,220,219); }
H1.HeaderClassName
{
color: #EEDCDB;
}
.AnyTagClassName
{
color: #EEDCDB;
}
</style>
background-color css
<style>
a { background-color: #EEDCDB; }
a { background-color: rgb(238,220,219); }
div.DivClassName
{
background-color: #EEDCDB;
}
.BgClassName
{
background-color: #EEDCDB;
}
</style>
border-color css
<style>
span { border-color: #EEDCDB; }
span { border-color: rgb(238,220,219); }
td.TdClassName
{
border-color: #EEDCDB;
}
.TagClassName
{
border-color: #EEDCDB;
}
</style>