Shades of Coral Candy #EECDC5
Tints of Coral Candy #EECDC5
RGB
CMYK
RGB Variations
Color information
#EECDC5 (or 0xEECDC5) is known color: Coral Candy. HEX triplet: EE, CD and C5. RGB value is (238,205,197). Sum of RGB (Red+Green+Blue) = 238+205+197=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDC5 is #11323A. Grayscale: #D6D6D6. Windows color (decimal): -1126971 or 12963310. OLE color: 12963310.
HSL color Cylindrical-coordinate representation of color #EECDC5: hue angle of 11.71º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EECDC5 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 205 | 197 | - |
CMYK | 0 | 0.14 | 0.17 | 0.07 |
HSL | 11.71º | 0.55% | 0.85% | - |
HSV(B) | 11.71º | 0.17% | 0.93% | - |
XYZ | 67.17 | 65.87 | 62 | - |
YUV | 213.96 | 118.43 | 145.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 205 | 197 | 0 | 0.14 | 0.17 | 0.07 | 11.71 | 0.55 | 0.85 |
Hex | EE | CD | C5 | 0 | E | 11 | 7 | C | 37 | 55 |
Octal | 356 | 315 | 305 | 0 | 16 | 21 | 7 | 14 | 67 | 125 |
Binary | 11101110 | 11001101 | 11000101 | 0 | 1110 | 10001 | 111 | 1100 | 110111 | 1010101 |
Color Harmonies of #EECDC5
Complementary color
Monochromatic Colors of #EECDC5
Black with #EECDC5
Text Example
Text Example
White with #EECDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDC5; }
p { color: rgb(238,205,197); }
H1.HeaderClassName
{
color: #EECDC5;
}
.AnyTagClassName
{
color: #EECDC5;
}
</style>
background-color css
<style>
a { background-color: #EECDC5; }
a { background-color: rgb(238,205,197); }
div.DivClassName
{
background-color: #EECDC5;
}
.BgClassName
{
background-color: #EECDC5;
}
</style>
border-color css
<style>
span { border-color: #EECDC5; }
span { border-color: rgb(238,205,197); }
td.TdClassName
{
border-color: #EECDC5;
}
.TagClassName
{
border-color: #EECDC5;
}
</style>