Shades of Soft Peach #EEE0DF
Tints of Soft Peach #EEE0DF
RGB
CMYK
RGB Variations
Color information
#EEE0DF (or 0xEEE0DF) is known color: Soft Peach. HEX triplet: EE, E0 and DF. RGB value is (238,224,223). Sum of RGB (Red+Green+Blue) = 238+224+223=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE0DF is #111F20. Grayscale: #E4E4E4. Windows color (decimal): -1122081 or 14672110. OLE color: 14672110.
HSL color Cylindrical-coordinate representation of color #EEE0DF: hue angle of 4º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEE0DF is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 223 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.07 |
| HSL | 4º | 0.31% | 0.9% | - |
| HSV(B) | 4º | 0.06% | 0.93% | - |
| XYZ | 75.23 | 76.82 | 80.67 | - |
| YUV | 228.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 223 | 0 | 0.06 | 0.06 | 0.07 | 4 | 0.31 | 0.9 |
| Hex | EE | E0 | DF | 0 | 6 | 6 | 7 | 4 | 1F | 5A |
| Octal | 356 | 340 | 337 | 0 | 6 | 6 | 7 | 4 | 37 | 132 |
| Binary | 11101110 | 11100000 | 11011111 | 0 | 110 | 110 | 111 | 100 | 11111 | 1011010 |
Color Harmonies of #EEE0DF
Complementary color
Monochromatic Colors of #EEE0DF
Black with #EEE0DF
Text Example
Text Example
White with #EEE0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE0DF; }
p { color: rgb(238,224,223); }
H1.HeaderClassName
{
color: #EEE0DF;
}
.AnyTagClassName
{
color: #EEE0DF;
}
</style>
background-color css
<style>
a { background-color: #EEE0DF; }
a { background-color: rgb(238,224,223); }
div.DivClassName
{
background-color: #EEE0DF;
}
.BgClassName
{
background-color: #EEE0DF;
}
</style>
border-color css
<style>
span { border-color: #EEE0DF; }
span { border-color: rgb(238,224,223); }
td.TdClassName
{
border-color: #EEE0DF;
}
.TagClassName
{
border-color: #EEE0DF;
}
</style>