Shades of Soft Peach #ECDDDB
Tints of Soft Peach #ECDDDB
RGB
CMYK
RGB Variations
Color information
#ECDDDB (or 0xECDDDB) is known color: Soft Peach. HEX triplet: EC, DD and DB. RGB value is (236,221,219). Sum of RGB (Red+Green+Blue) = 236+221+219=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDDB is #132224. Grayscale: #E1E1E1. Windows color (decimal): -1253925 or 14409196. OLE color: 14409196.
HSL color Cylindrical-coordinate representation of color #ECDDDB: hue angle of 7.06º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECDDDB is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 221 | 219 | - |
CMYK | 0 | 0.06 | 0.07 | 0.07 |
HSL | 7.06º | 0.31% | 0.89% | - |
HSV(B) | 7.06º | 0.07% | 0.93% | - |
XYZ | 73.23 | 74.66 | 77.57 | - |
YUV | 225.26 | 124.47 | 135.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 221 | 219 | 0 | 0.06 | 0.07 | 0.07 | 7.06 | 0.31 | 0.89 |
Hex | EC | DD | DB | 0 | 6 | 7 | 7 | 7 | 1F | 59 |
Octal | 354 | 335 | 333 | 0 | 6 | 7 | 7 | 7 | 37 | 131 |
Binary | 11101100 | 11011101 | 11011011 | 0 | 110 | 111 | 111 | 111 | 11111 | 1011001 |
Color Harmonies of #ECDDDB
Complementary color
Monochromatic Colors of #ECDDDB
Black with #ECDDDB
Text Example
Text Example
White with #ECDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDDB; }
p { color: rgb(236,221,219); }
H1.HeaderClassName
{
color: #ECDDDB;
}
.AnyTagClassName
{
color: #ECDDDB;
}
</style>
background-color css
<style>
a { background-color: #ECDDDB; }
a { background-color: rgb(236,221,219); }
div.DivClassName
{
background-color: #ECDDDB;
}
.BgClassName
{
background-color: #ECDDDB;
}
</style>
border-color css
<style>
span { border-color: #ECDDDB; }
span { border-color: rgb(236,221,219); }
td.TdClassName
{
border-color: #ECDDDB;
}
.TagClassName
{
border-color: #ECDDDB;
}
</style>