Shades of Soft Peach #ECE1E1
Tints of Soft Peach #ECE1E1
RGB
CMYK
RGB Variations
Color information
#ECE1E1 (or 0xECE1E1) is known color: Soft Peach. HEX triplet: EC, E1 and E1. RGB value is (236,225,225). Sum of RGB (Red+Green+Blue) = 236+225+225=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 225 (88.28% from 255 or 32.80% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1E1 is #131E1E. Grayscale: #E4E4E4. Windows color (decimal): -1252895 or 14803436. OLE color: 14803436.
HSL color Cylindrical-coordinate representation of color #ECE1E1: hue angle of 0º degrees, saturation: 0.22, 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 #ECE1E1 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 225 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.07 |
| HSL | 0º | 0.22% | 0.9% | - |
| HSV(B) | 0º | 0.05% | 0.93% | - |
| XYZ | 75.11 | 77.12 | 82.16 | - |
| YUV | 228.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 225 | 0 | 0.05 | 0.05 | 0.07 | 0 | 0.22 | 0.9 |
| Hex | EC | E1 | E1 | 0 | 5 | 5 | 7 | 0 | 16 | 5A |
| Octal | 354 | 341 | 341 | 0 | 5 | 5 | 7 | 0 | 26 | 132 |
| Binary | 11101100 | 11100001 | 11100001 | 0 | 101 | 101 | 111 | 0 | 10110 | 1011010 |
Color Harmonies of #ECE1E1
Complementary color
Monochromatic Colors of #ECE1E1
Black with #ECE1E1
Text Example
Text Example
White with #ECE1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1E1; }
p { color: rgb(236,225,225); }
H1.HeaderClassName
{
color: #ECE1E1;
}
.AnyTagClassName
{
color: #ECE1E1;
}
</style>
background-color css
<style>
a { background-color: #ECE1E1; }
a { background-color: rgb(236,225,225); }
div.DivClassName
{
background-color: #ECE1E1;
}
.BgClassName
{
background-color: #ECE1E1;
}
</style>
border-color css
<style>
span { border-color: #ECE1E1; }
span { border-color: rgb(236,225,225); }
td.TdClassName
{
border-color: #ECE1E1;
}
.TagClassName
{
border-color: #ECE1E1;
}
</style>