Shades of Soft Peach #ECDBDA
Tints of Soft Peach #ECDBDA
RGB
CMYK
RGB Variations
Color information
#ECDBDA (or 0xECDBDA) is known color: Soft Peach. HEX triplet: EC, DB and DA. RGB value is (236,219,218). Sum of RGB (Red+Green+Blue) = 236+219+218=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBDA is #132425. Grayscale: #DFDFDF. Windows color (decimal): -1254438 or 14343148. OLE color: 14343148.
HSL color Cylindrical-coordinate representation of color #ECDBDA: hue angle of 3.33º 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 #ECDBDA is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 219 | 218 | - |
CMYK | 0 | 0.07 | 0.08 | 0.07 |
HSL | 3.33º | 0.32% | 0.89% | - |
HSV(B) | 3.33º | 0.08% | 0.93% | - |
XYZ | 72.58 | 73.56 | 76.7 | - |
YUV | 223.97 | 124.63 | 136.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 219 | 218 | 0 | 0.07 | 0.08 | 0.07 | 3.33 | 0.32 | 0.89 |
Hex | EC | DB | DA | 0 | 7 | 8 | 7 | 3 | 20 | 59 |
Octal | 354 | 333 | 332 | 0 | 7 | 10 | 7 | 3 | 40 | 131 |
Binary | 11101100 | 11011011 | 11011010 | 0 | 111 | 1000 | 111 | 11 | 100000 | 1011001 |
Color Harmonies of #ECDBDA
Complementary color
Monochromatic Colors of #ECDBDA
Black with #ECDBDA
Text Example
Text Example
White with #ECDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBDA; }
p { color: rgb(236,219,218); }
H1.HeaderClassName
{
color: #ECDBDA;
}
.AnyTagClassName
{
color: #ECDBDA;
}
</style>
background-color css
<style>
a { background-color: #ECDBDA; }
a { background-color: rgb(236,219,218); }
div.DivClassName
{
background-color: #ECDBDA;
}
.BgClassName
{
background-color: #ECDBDA;
}
</style>
border-color css
<style>
span { border-color: #ECDBDA; }
span { border-color: rgb(236,219,218); }
td.TdClassName
{
border-color: #ECDBDA;
}
.TagClassName
{
border-color: #ECDBDA;
}
</style>