Shades of Coral Candy #EECDC4
Tints of Coral Candy #EECDC4
RGB
CMYK
RGB Variations
Color information
#EECDC4 (or 0xEECDC4) is known color: Coral Candy. HEX triplet: EE, CD and C4. RGB value is (238,205,196). Sum of RGB (Red+Green+Blue) = 238+205+196=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDC4 is #11323B. Grayscale: #D5D5D5. Windows color (decimal): -1126972 or 12897774. OLE color: 12897774.
HSL color Cylindrical-coordinate representation of color #EECDC4: hue angle of 12.86º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EECDC4 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 196 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.07 |
| HSL | 12.86º | 0.55% | 0.85% | - |
| HSV(B) | 12.86º | 0.18% | 0.93% | - |
| XYZ | 67.06 | 65.83 | 61.4 | - |
| YUV | 213.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 196 | 0 | 0.14 | 0.18 | 0.07 | 12.86 | 0.55 | 0.85 |
| Hex | EE | CD | C4 | 0 | E | 12 | 7 | D | 37 | 55 |
| Octal | 356 | 315 | 304 | 0 | 16 | 22 | 7 | 15 | 67 | 125 |
| Binary | 11101110 | 11001101 | 11000100 | 0 | 1110 | 10010 | 111 | 1101 | 110111 | 1010101 |
Color Harmonies of #EECDC4
Complementary color
Monochromatic Colors of #EECDC4
Black with #EECDC4
Text Example
Text Example
White with #EECDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDC4; }
p { color: rgb(238,205,196); }
H1.HeaderClassName
{
color: #EECDC4;
}
.AnyTagClassName
{
color: #EECDC4;
}
</style>
background-color css
<style>
a { background-color: #EECDC4; }
a { background-color: rgb(238,205,196); }
div.DivClassName
{
background-color: #EECDC4;
}
.BgClassName
{
background-color: #EECDC4;
}
</style>
border-color css
<style>
span { border-color: #EECDC4; }
span { border-color: rgb(238,205,196); }
td.TdClassName
{
border-color: #EECDC4;
}
.TagClassName
{
border-color: #EECDC4;
}
</style>