Shades of Soft Peach #ECDDDA
Tints of Soft Peach #ECDDDA
RGB
CMYK
RGB Variations
Color information
#ECDDDA (or 0xECDDDA) is known color: Soft Peach. HEX triplet: EC, DD and DA. RGB value is (236,221,218). Sum of RGB (Red+Green+Blue) = 236+221+218=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDDA is #132225. Grayscale: #E1E1E1. Windows color (decimal): -1253926 or 14343660. OLE color: 14343660.
HSL color Cylindrical-coordinate representation of color #ECDDDA: hue angle of 10º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECDDDA is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 221 | 218 | - |
CMYK | 0 | 0.06 | 0.08 | 0.07 |
HSL | 10º | 0.32% | 0.89% | - |
HSV(B) | 10º | 0.08% | 0.93% | - |
XYZ | 73.1 | 74.61 | 76.88 | - |
YUV | 225.14 | 123.97 | 135.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 221 | 218 | 0 | 0.06 | 0.08 | 0.07 | 10 | 0.32 | 0.89 |
Hex | EC | DD | DA | 0 | 6 | 8 | 7 | A | 20 | 59 |
Octal | 354 | 335 | 332 | 0 | 6 | 10 | 7 | 12 | 40 | 131 |
Binary | 11101100 | 11011101 | 11011010 | 0 | 110 | 1000 | 111 | 1010 | 100000 | 1011001 |
Color Harmonies of #ECDDDA
Complementary color
Monochromatic Colors of #ECDDDA
Black with #ECDDDA
Text Example
Text Example
White with #ECDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDDA; }
p { color: rgb(236,221,218); }
H1.HeaderClassName
{
color: #ECDDDA;
}
.AnyTagClassName
{
color: #ECDDDA;
}
</style>
background-color css
<style>
a { background-color: #ECDDDA; }
a { background-color: rgb(236,221,218); }
div.DivClassName
{
background-color: #ECDDDA;
}
.BgClassName
{
background-color: #ECDDDA;
}
</style>
border-color css
<style>
span { border-color: #ECDDDA; }
span { border-color: rgb(236,221,218); }
td.TdClassName
{
border-color: #ECDDDA;
}
.TagClassName
{
border-color: #ECDDDA;
}
</style>