Shades of Soft Peach #ECDFDD
Tints of Soft Peach #ECDFDD
RGB
CMYK
RGB Variations
Color information
#ECDFDD (or 0xECDFDD) is known color: Soft Peach. HEX triplet: EC, DF and DD. RGB value is (236,223,221). Sum of RGB (Red+Green+Blue) = 236+223+221=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFDD is #132022. Grayscale: #E2E2E2. Windows color (decimal): -1253411 or 14540780. OLE color: 14540780.
HSL color Cylindrical-coordinate representation of color #ECDFDD: hue angle of 8º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECDFDD is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 223 | 221 | - |
CMYK | 0 | 0.06 | 0.06 | 0.07 |
HSL | 8º | 0.28% | 0.9% | - |
HSV(B) | 8º | 0.06% | 0.93% | - |
XYZ | 74.03 | 75.83 | 79.14 | - |
YUV | 226.66 | 124.81 | 134.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 223 | 221 | 0 | 0.06 | 0.06 | 0.07 | 8 | 0.28 | 0.9 |
Hex | EC | DF | DD | 0 | 6 | 6 | 7 | 8 | 1C | 5A |
Octal | 354 | 337 | 335 | 0 | 6 | 6 | 7 | 10 | 34 | 132 |
Binary | 11101100 | 11011111 | 11011101 | 0 | 110 | 110 | 111 | 1000 | 11100 | 1011010 |
Color Harmonies of #ECDFDD
Complementary color
Monochromatic Colors of #ECDFDD
Black with #ECDFDD
Text Example
Text Example
White with #ECDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDFDD; }
p { color: rgb(236,223,221); }
H1.HeaderClassName
{
color: #ECDFDD;
}
.AnyTagClassName
{
color: #ECDFDD;
}
</style>
background-color css
<style>
a { background-color: #ECDFDD; }
a { background-color: rgb(236,223,221); }
div.DivClassName
{
background-color: #ECDFDD;
}
.BgClassName
{
background-color: #ECDFDD;
}
</style>
border-color css
<style>
span { border-color: #ECDFDD; }
span { border-color: rgb(236,223,221); }
td.TdClassName
{
border-color: #ECDFDD;
}
.TagClassName
{
border-color: #ECDFDD;
}
</style>