Shades of Soft Peach #ECE0DE
Tints of Soft Peach #ECE0DE
RGB
CMYK
RGB Variations
Color information
#ECE0DE (or 0xECE0DE) is known color: Soft Peach. HEX triplet: EC, E0 and DE. RGB value is (236,224,222). Sum of RGB (Red+Green+Blue) = 236+224+222=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0DE is #131F21. Grayscale: #E3E3E3. Windows color (decimal): -1253154 or 14606572. OLE color: 14606572.
HSL color Cylindrical-coordinate representation of color #ECE0DE: hue angle of 8.57º degrees, saturation: 0.27, 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 #ECE0DE is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 222 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.07 |
| HSL | 8.57º | 0.27% | 0.9% | - |
| HSV(B) | 8.57º | 0.06% | 0.93% | - |
| XYZ | 74.43 | 76.42 | 79.93 | - |
| YUV | 227.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 222 | 0 | 0.05 | 0.06 | 0.07 | 8.57 | 0.27 | 0.9 |
| Hex | EC | E0 | DE | 0 | 5 | 6 | 7 | 9 | 1B | 5A |
| Octal | 354 | 340 | 336 | 0 | 5 | 6 | 7 | 11 | 33 | 132 |
| Binary | 11101100 | 11100000 | 11011110 | 0 | 101 | 110 | 111 | 1001 | 11011 | 1011010 |
Color Harmonies of #ECE0DE
Complementary color
Monochromatic Colors of #ECE0DE
Black with #ECE0DE
Text Example
Text Example
White with #ECE0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0DE; }
p { color: rgb(236,224,222); }
H1.HeaderClassName
{
color: #ECE0DE;
}
.AnyTagClassName
{
color: #ECE0DE;
}
</style>
background-color css
<style>
a { background-color: #ECE0DE; }
a { background-color: rgb(236,224,222); }
div.DivClassName
{
background-color: #ECE0DE;
}
.BgClassName
{
background-color: #ECE0DE;
}
</style>
border-color css
<style>
span { border-color: #ECE0DE; }
span { border-color: rgb(236,224,222); }
td.TdClassName
{
border-color: #ECE0DE;
}
.TagClassName
{
border-color: #ECE0DE;
}
</style>