Shades of Coral Candy #EECFC6
Tints of Coral Candy #EECFC6
RGB
CMYK
RGB Variations
Color information
#EECFC6 (or 0xEECFC6) is known color: Coral Candy. HEX triplet: EE, CF and C6. RGB value is (238,207,198). Sum of RGB (Red+Green+Blue) = 238+207+198=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 198 (77.73% from 255 or 30.79% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFC6 is #113039. Grayscale: #D7D7D7. Windows color (decimal): -1126458 or 13029358. OLE color: 13029358.
HSL color Cylindrical-coordinate representation of color #EECFC6: hue angle of 13.5º degrees, saturation: 0.54, 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 #EECFC6 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 207 | 198 | - |
CMYK | 0 | 0.13 | 0.17 | 0.07 |
HSL | 13.5º | 0.54% | 0.85% | - |
HSV(B) | 13.5º | 0.17% | 0.93% | - |
XYZ | 67.77 | 66.88 | 62.76 | - |
YUV | 215.24 | 118.27 | 144.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 207 | 198 | 0 | 0.13 | 0.17 | 0.07 | 13.5 | 0.54 | 0.85 |
Hex | EE | CF | C6 | 0 | D | 11 | 7 | E | 36 | 55 |
Octal | 356 | 317 | 306 | 0 | 15 | 21 | 7 | 16 | 66 | 125 |
Binary | 11101110 | 11001111 | 11000110 | 0 | 1101 | 10001 | 111 | 1110 | 110110 | 1010101 |
Color Harmonies of #EECFC6
Complementary color
Monochromatic Colors of #EECFC6
Black with #EECFC6
Text Example
Text Example
White with #EECFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFC6; }
p { color: rgb(238,207,198); }
H1.HeaderClassName
{
color: #EECFC6;
}
.AnyTagClassName
{
color: #EECFC6;
}
</style>
background-color css
<style>
a { background-color: #EECFC6; }
a { background-color: rgb(238,207,198); }
div.DivClassName
{
background-color: #EECFC6;
}
.BgClassName
{
background-color: #EECFC6;
}
</style>
border-color css
<style>
span { border-color: #EECFC6; }
span { border-color: rgb(238,207,198); }
td.TdClassName
{
border-color: #EECFC6;
}
.TagClassName
{
border-color: #EECFC6;
}
</style>