Shades of Coral Candy #ECCDC7
Tints of Coral Candy #ECCDC7
RGB
CMYK
RGB Variations
Color information
#ECCDC7 (or 0xECCDC7) is known color: Coral Candy. HEX triplet: EC, CD and C7. RGB value is (236,205,199). Sum of RGB (Red+Green+Blue) = 236+205+199=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDC7 is #133238. Grayscale: #D5D5D5. Windows color (decimal): -1258041 or 13094380. OLE color: 13094380.
HSL color Cylindrical-coordinate representation of color #ECCDC7: hue angle of 9.73º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECCDC7 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 205 | 199 | - |
CMYK | 0 | 0.13 | 0.16 | 0.07 |
HSL | 9.73º | 0.49% | 0.85% | - |
HSV(B) | 9.73º | 0.16% | 0.93% | - |
XYZ | 66.73 | 65.62 | 63.18 | - |
YUV | 213.59 | 119.77 | 143.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 205 | 199 | 0 | 0.13 | 0.16 | 0.07 | 9.73 | 0.49 | 0.85 |
Hex | EC | CD | C7 | 0 | D | 10 | 7 | A | 31 | 55 |
Octal | 354 | 315 | 307 | 0 | 15 | 20 | 7 | 12 | 61 | 125 |
Binary | 11101100 | 11001101 | 11000111 | 0 | 1101 | 10000 | 111 | 1010 | 110001 | 1010101 |
Color Harmonies of #ECCDC7
Complementary color
Monochromatic Colors of #ECCDC7
Black with #ECCDC7
Text Example
Text Example
White with #ECCDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDC7; }
p { color: rgb(236,205,199); }
H1.HeaderClassName
{
color: #ECCDC7;
}
.AnyTagClassName
{
color: #ECCDC7;
}
</style>
background-color css
<style>
a { background-color: #ECCDC7; }
a { background-color: rgb(236,205,199); }
div.DivClassName
{
background-color: #ECCDC7;
}
.BgClassName
{
background-color: #ECCDC7;
}
</style>
border-color css
<style>
span { border-color: #ECCDC7; }
span { border-color: rgb(236,205,199); }
td.TdClassName
{
border-color: #ECCDC7;
}
.TagClassName
{
border-color: #ECCDC7;
}
</style>