Shades of Soft Peach #E6DFDE
Tints of Soft Peach #E6DFDE
RGB
CMYK
RGB Variations
Color information
#E6DFDE (or 0xE6DFDE) is known color: Soft Peach. HEX triplet: E6, DF and DE. RGB value is (230,223,222). Sum of RGB (Red+Green+Blue) = 230+223+222=675 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.07% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DFDE is #192021. Grayscale: #E0E0E0. Windows color (decimal): -1646626 or 14606310. OLE color: 14606310.
HSL color Cylindrical-coordinate representation of color #E6DFDE: hue angle of 7.5º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6DFDE is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 222 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.10 |
| HSL | 7.5º | 0.14% | 0.89% | - |
| HSV(B) | 7.5º | 0.03% | 0.9% | - |
| XYZ | 72.21 | 74.87 | 79.75 | - |
| YUV | 224.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 222 | 0 | 0.03 | 0.03 | 0.10 | 7.5 | 0.14 | 0.89 |
| Hex | E6 | DF | DE | 0 | 3 | 3 | A | 8 | E | 59 |
| Octal | 346 | 337 | 336 | 0 | 3 | 3 | 12 | 10 | 16 | 131 |
| Binary | 11100110 | 11011111 | 11011110 | 0 | 11 | 11 | 1010 | 1000 | 1110 | 1011001 |
Color Harmonies of #E6DFDE
Complementary color
Monochromatic Colors of #E6DFDE
Black with #E6DFDE
Text Example
Text Example
White with #E6DFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DFDE; }
p { color: rgb(230,223,222); }
H1.HeaderClassName
{
color: #E6DFDE;
}
.AnyTagClassName
{
color: #E6DFDE;
}
</style>
background-color css
<style>
a { background-color: #E6DFDE; }
a { background-color: rgb(230,223,222); }
div.DivClassName
{
background-color: #E6DFDE;
}
.BgClassName
{
background-color: #E6DFDE;
}
</style>
border-color css
<style>
span { border-color: #E6DFDE; }
span { border-color: rgb(230,223,222); }
td.TdClassName
{
border-color: #E6DFDE;
}
.TagClassName
{
border-color: #E6DFDE;
}
</style>