Shades of Soft Peach #EEDDDB
Tints of Soft Peach #EEDDDB
RGB
CMYK
RGB Variations
Color information
#EEDDDB (or 0xEEDDDB) is known color: Soft Peach. HEX triplet: EE, DD and DB. RGB value is (238,221,219). Sum of RGB (Red+Green+Blue) = 238+221+219=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDDB is #112224. Grayscale: #E1E1E1. Windows color (decimal): -1122853 or 14409198. OLE color: 14409198.
HSL color Cylindrical-coordinate representation of color #EEDDDB: hue angle of 6.32º 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 #EEDDDB is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 221 | 219 | - |
CMYK | 0 | 0.07 | 0.08 | 0.07 |
HSL | 6.32º | 0.36% | 0.9% | - |
HSV(B) | 6.32º | 0.08% | 0.93% | - |
XYZ | 73.9 | 75 | 77.6 | - |
YUV | 225.86 | 124.13 | 136.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 221 | 219 | 0 | 0.07 | 0.08 | 0.07 | 6.32 | 0.36 | 0.9 |
Hex | EE | DD | DB | 0 | 7 | 8 | 7 | 6 | 24 | 5A |
Octal | 356 | 335 | 333 | 0 | 7 | 10 | 7 | 6 | 44 | 132 |
Binary | 11101110 | 11011101 | 11011011 | 0 | 111 | 1000 | 111 | 110 | 100100 | 1011010 |
Color Harmonies of #EEDDDB
Complementary color
Monochromatic Colors of #EEDDDB
Black with #EEDDDB
Text Example
Text Example
White with #EEDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDDB; }
p { color: rgb(238,221,219); }
H1.HeaderClassName
{
color: #EEDDDB;
}
.AnyTagClassName
{
color: #EEDDDB;
}
</style>
background-color css
<style>
a { background-color: #EEDDDB; }
a { background-color: rgb(238,221,219); }
div.DivClassName
{
background-color: #EEDDDB;
}
.BgClassName
{
background-color: #EEDDDB;
}
</style>
border-color css
<style>
span { border-color: #EEDDDB; }
span { border-color: rgb(238,221,219); }
td.TdClassName
{
border-color: #EEDDDB;
}
.TagClassName
{
border-color: #EEDDDB;
}
</style>