Shades of Coral Candy #ECCDC8
Tints of Coral Candy #ECCDC8
RGB
CMYK
RGB Variations
Color information
#ECCDC8 (or 0xECCDC8) is known color: Coral Candy. HEX triplet: EC, CD and C8. RGB value is (236,205,200). Sum of RGB (Red+Green+Blue) = 236+205+200=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDC8 is #133237. Grayscale: #D5D5D5. Windows color (decimal): -1258040 or 13159916. OLE color: 13159916.
HSL color Cylindrical-coordinate representation of color #ECCDC8: hue angle of 8.33º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECCDC8 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 205 | 200 | - |
CMYK | 0 | 0.13 | 0.15 | 0.07 |
HSL | 8.33º | 0.49% | 0.85% | - |
HSV(B) | 8.33º | 0.15% | 0.93% | - |
XYZ | 66.85 | 65.67 | 63.8 | - |
YUV | 213.7 | 120.27 | 143.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 205 | 200 | 0 | 0.13 | 0.15 | 0.07 | 8.33 | 0.49 | 0.85 |
Hex | EC | CD | C8 | 0 | D | F | 7 | 8 | 31 | 55 |
Octal | 354 | 315 | 310 | 0 | 15 | 17 | 7 | 10 | 61 | 125 |
Binary | 11101100 | 11001101 | 11001000 | 0 | 1101 | 1111 | 111 | 1000 | 110001 | 1010101 |
Color Harmonies of #ECCDC8
Complementary color
Monochromatic Colors of #ECCDC8
Black with #ECCDC8
Text Example
Text Example
White with #ECCDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDC8; }
p { color: rgb(236,205,200); }
H1.HeaderClassName
{
color: #ECCDC8;
}
.AnyTagClassName
{
color: #ECCDC8;
}
</style>
background-color css
<style>
a { background-color: #ECCDC8; }
a { background-color: rgb(236,205,200); }
div.DivClassName
{
background-color: #ECCDC8;
}
.BgClassName
{
background-color: #ECCDC8;
}
</style>
border-color css
<style>
span { border-color: #ECCDC8; }
span { border-color: rgb(236,205,200); }
td.TdClassName
{
border-color: #ECCDC8;
}
.TagClassName
{
border-color: #ECCDC8;
}
</style>