Shades of Coral Candy #EFD1C7
Tints of Coral Candy #EFD1C7
RGB
CMYK
RGB Variations
Color information
#EFD1C7 (or 0xEFD1C7) is known color: Coral Candy. HEX triplet: EF, D1 and C7. RGB value is (239,209,199). Sum of RGB (Red+Green+Blue) = 239+209+199=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 199 (78.12% from 255 or 30.76% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1C7 is #102E38. Grayscale: #D8D8D8. Windows color (decimal): -1060409 or 13095407. OLE color: 13095407.
HSL color Cylindrical-coordinate representation of color #EFD1C7: hue angle of 15º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFD1C7 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 199 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.06 |
| HSL | 15º | 0.56% | 0.86% | - |
| HSV(B) | 15º | 0.17% | 0.94% | - |
| XYZ | 68.71 | 68.08 | 63.55 | - |
| YUV | 216.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 199 | 0 | 0.13 | 0.17 | 0.06 | 15 | 0.56 | 0.86 |
| Hex | EF | D1 | C7 | 0 | D | 11 | 6 | F | 38 | 56 |
| Octal | 357 | 321 | 307 | 0 | 15 | 21 | 6 | 17 | 70 | 126 |
| Binary | 11101111 | 11010001 | 11000111 | 0 | 1101 | 10001 | 110 | 1111 | 111000 | 1010110 |
Color Harmonies of #EFD1C7
Complementary color
Monochromatic Colors of #EFD1C7
Black with #EFD1C7
Text Example
Text Example
White with #EFD1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD1C7; }
p { color: rgb(239,209,199); }
H1.HeaderClassName
{
color: #EFD1C7;
}
.AnyTagClassName
{
color: #EFD1C7;
}
</style>
background-color css
<style>
a { background-color: #EFD1C7; }
a { background-color: rgb(239,209,199); }
div.DivClassName
{
background-color: #EFD1C7;
}
.BgClassName
{
background-color: #EFD1C7;
}
</style>
border-color css
<style>
span { border-color: #EFD1C7; }
span { border-color: rgb(239,209,199); }
td.TdClassName
{
border-color: #EFD1C7;
}
.TagClassName
{
border-color: #EFD1C7;
}
</style>