Shades of Coral Candy #EDCFC7
Tints of Coral Candy #EDCFC7
RGB
CMYK
RGB Variations
Color information
#EDCFC7 (or 0xEDCFC7) is known color: Coral Candy. HEX triplet: ED, CF and C7. RGB value is (237,207,199). Sum of RGB (Red+Green+Blue) = 237+207+199=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 199 (78.12% from 255 or 30.95% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFC7 is #123038. Grayscale: #D7D7D7. Windows color (decimal): -1191993 or 13094893. OLE color: 13094893.
HSL color Cylindrical-coordinate representation of color #EDCFC7: hue angle of 12.63º degrees, saturation: 0.51, 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 #EDCFC7 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 207 | 199 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.07 |
| HSL | 12.63º | 0.51% | 0.85% | - |
| HSV(B) | 12.63º | 0.16% | 0.93% | - |
| XYZ | 67.55 | 66.75 | 63.36 | - |
| YUV | 215.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 207 | 199 | 0 | 0.13 | 0.16 | 0.07 | 12.63 | 0.51 | 0.85 |
| Hex | ED | CF | C7 | 0 | D | 10 | 7 | D | 33 | 55 |
| Octal | 355 | 317 | 307 | 0 | 15 | 20 | 7 | 15 | 63 | 125 |
| Binary | 11101101 | 11001111 | 11000111 | 0 | 1101 | 10000 | 111 | 1101 | 110011 | 1010101 |
Color Harmonies of #EDCFC7
Complementary color
Monochromatic Colors of #EDCFC7
Black with #EDCFC7
Text Example
Text Example
White with #EDCFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCFC7; }
p { color: rgb(237,207,199); }
H1.HeaderClassName
{
color: #EDCFC7;
}
.AnyTagClassName
{
color: #EDCFC7;
}
</style>
background-color css
<style>
a { background-color: #EDCFC7; }
a { background-color: rgb(237,207,199); }
div.DivClassName
{
background-color: #EDCFC7;
}
.BgClassName
{
background-color: #EDCFC7;
}
</style>
border-color css
<style>
span { border-color: #EDCFC7; }
span { border-color: rgb(237,207,199); }
td.TdClassName
{
border-color: #EDCFC7;
}
.TagClassName
{
border-color: #EDCFC7;
}
</style>