Shades of Soft Peach #EEDDDD
Tints of Soft Peach #EEDDDD
RGB
CMYK
RGB Variations
Color information
#EEDDDD (or 0xEEDDDD) is known color: Soft Peach. HEX triplet: EE, DD and DD. RGB value is (238,221,221). Sum of RGB (Red+Green+Blue) = 238+221+221=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDDD is #112222. Grayscale: #E2E2E2. Windows color (decimal): -1122851 or 14540270. OLE color: 14540270.
HSL color Cylindrical-coordinate representation of color #EEDDDD: hue angle of 0º 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 #EEDDDD is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 221 | 221 | - |
CMYK | 0 | 0.07 | 0.07 | 0.07 |
HSL | 0º | 0.33% | 0.9% | - |
HSV(B) | 0º | 0.07% | 0.93% | - |
XYZ | 74.17 | 75.11 | 79 | - |
YUV | 226.08 | 125.13 | 136.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 221 | 221 | 0 | 0.07 | 0.07 | 0.07 | 0 | 0.33 | 0.9 |
Hex | EE | DD | DD | 0 | 7 | 7 | 7 | 0 | 21 | 5A |
Octal | 356 | 335 | 335 | 0 | 7 | 7 | 7 | 0 | 41 | 132 |
Binary | 11101110 | 11011101 | 11011101 | 0 | 111 | 111 | 111 | 0 | 100001 | 1011010 |
Color Harmonies of #EEDDDD
Complementary color
Monochromatic Colors of #EEDDDD
Black with #EEDDDD
Text Example
Text Example
White with #EEDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDDD; }
p { color: rgb(238,221,221); }
H1.HeaderClassName
{
color: #EEDDDD;
}
.AnyTagClassName
{
color: #EEDDDD;
}
</style>
background-color css
<style>
a { background-color: #EEDDDD; }
a { background-color: rgb(238,221,221); }
div.DivClassName
{
background-color: #EEDDDD;
}
.BgClassName
{
background-color: #EEDDDD;
}
</style>
border-color css
<style>
span { border-color: #EEDDDD; }
span { border-color: rgb(238,221,221); }
td.TdClassName
{
border-color: #EEDDDD;
}
.TagClassName
{
border-color: #EEDDDD;
}
</style>