Shades of Soft Peach #ECE1E0
Tints of Soft Peach #ECE1E0
RGB
CMYK
RGB Variations
Color information
#ECE1E0 (or 0xECE1E0) is known color: Soft Peach. HEX triplet: EC, E1 and E0. RGB value is (236,225,224). Sum of RGB (Red+Green+Blue) = 236+225+224=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 224 (87.89% from 255 or 32.70% from 685); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1E0 is #131E1F. Grayscale: #E4E4E4. Windows color (decimal): -1252896 or 14737900. OLE color: 14737900.
HSL color Cylindrical-coordinate representation of color #ECE1E0: hue angle of 5º degrees, saturation: 0.24, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECE1E0 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 224 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.07 |
| HSL | 5º | 0.24% | 0.9% | - |
| HSV(B) | 5º | 0.05% | 0.93% | - |
| XYZ | 74.97 | 77.07 | 81.44 | - |
| YUV | 228.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 224 | 0 | 0.05 | 0.05 | 0.07 | 5 | 0.24 | 0.9 |
| Hex | EC | E1 | E0 | 0 | 5 | 5 | 7 | 5 | 18 | 5A |
| Octal | 354 | 341 | 340 | 0 | 5 | 5 | 7 | 5 | 30 | 132 |
| Binary | 11101100 | 11100001 | 11100000 | 0 | 101 | 101 | 111 | 101 | 11000 | 1011010 |
Color Harmonies of #ECE1E0
Complementary color
Monochromatic Colors of #ECE1E0
Black with #ECE1E0
Text Example
Text Example
White with #ECE1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1E0; }
p { color: rgb(236,225,224); }
H1.HeaderClassName
{
color: #ECE1E0;
}
.AnyTagClassName
{
color: #ECE1E0;
}
</style>
background-color css
<style>
a { background-color: #ECE1E0; }
a { background-color: rgb(236,225,224); }
div.DivClassName
{
background-color: #ECE1E0;
}
.BgClassName
{
background-color: #ECE1E0;
}
</style>
border-color css
<style>
span { border-color: #ECE1E0; }
span { border-color: rgb(236,225,224); }
td.TdClassName
{
border-color: #ECE1E0;
}
.TagClassName
{
border-color: #ECE1E0;
}
</style>