Shades of Soft Peach #ECDDDC
Tints of Soft Peach #ECDDDC
RGB
CMYK
RGB Variations
Color information
#ECDDDC (or 0xECDDDC) is known color: Soft Peach. HEX triplet: EC, DD and DC. RGB value is (236,221,220). Sum of RGB (Red+Green+Blue) = 236+221+220=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDDC is #132223. Grayscale: #E1E1E1. Windows color (decimal): -1253924 or 14474732. OLE color: 14474732.
HSL color Cylindrical-coordinate representation of color #ECDDDC: hue angle of 3.75º degrees, saturation: 0.3, 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 #ECDDDC is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 221 | 220 | - |
CMYK | 0 | 0.06 | 0.07 | 0.07 |
HSL | 3.75º | 0.3% | 0.89% | - |
HSV(B) | 3.75º | 0.07% | 0.93% | - |
XYZ | 73.37 | 74.71 | 78.26 | - |
YUV | 225.37 | 124.97 | 135.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 221 | 220 | 0 | 0.06 | 0.07 | 0.07 | 3.75 | 0.3 | 0.89 |
Hex | EC | DD | DC | 0 | 6 | 7 | 7 | 4 | 1E | 59 |
Octal | 354 | 335 | 334 | 0 | 6 | 7 | 7 | 4 | 36 | 131 |
Binary | 11101100 | 11011101 | 11011100 | 0 | 110 | 111 | 111 | 100 | 11110 | 1011001 |
Color Harmonies of #ECDDDC
Complementary color
Monochromatic Colors of #ECDDDC
Black with #ECDDDC
Text Example
Text Example
White with #ECDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDDC; }
p { color: rgb(236,221,220); }
H1.HeaderClassName
{
color: #ECDDDC;
}
.AnyTagClassName
{
color: #ECDDDC;
}
</style>
background-color css
<style>
a { background-color: #ECDDDC; }
a { background-color: rgb(236,221,220); }
div.DivClassName
{
background-color: #ECDDDC;
}
.BgClassName
{
background-color: #ECDDDC;
}
</style>
border-color css
<style>
span { border-color: #ECDDDC; }
span { border-color: rgb(236,221,220); }
td.TdClassName
{
border-color: #ECDDDC;
}
.TagClassName
{
border-color: #ECDDDC;
}
</style>