Shades of Coral Candy #EFD2CC
Tints of Coral Candy #EFD2CC
RGB
CMYK
RGB Variations
Color information
#EFD2CC (or 0xEFD2CC) is known color: Coral Candy. HEX triplet: EF, D2 and CC. RGB value is (239,210,204). Sum of RGB (Red+Green+Blue) = 239+210+204=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2CC is #102D33. Grayscale: #DADADA. Windows color (decimal): -1060148 or 13423343. OLE color: 13423343.
HSL color Cylindrical-coordinate representation of color #EFD2CC: hue angle of 10.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFD2CC is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 204 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.06 |
| HSL | 10.29º | 0.52% | 0.87% | - |
| HSV(B) | 10.29º | 0.15% | 0.94% | - |
| XYZ | 69.54 | 68.8 | 66.74 | - |
| YUV | 217.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 204 | 0 | 0.12 | 0.15 | 0.06 | 10.29 | 0.52 | 0.87 |
| Hex | EF | D2 | CC | 0 | C | F | 6 | A | 34 | 57 |
| Octal | 357 | 322 | 314 | 0 | 14 | 17 | 6 | 12 | 64 | 127 |
| Binary | 11101111 | 11010010 | 11001100 | 0 | 1100 | 1111 | 110 | 1010 | 110100 | 1010111 |
Color Harmonies of #EFD2CC
Complementary color
Monochromatic Colors of #EFD2CC
Black with #EFD2CC
Text Example
Text Example
White with #EFD2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2CC; }
p { color: rgb(239,210,204); }
H1.HeaderClassName
{
color: #EFD2CC;
}
.AnyTagClassName
{
color: #EFD2CC;
}
</style>
background-color css
<style>
a { background-color: #EFD2CC; }
a { background-color: rgb(239,210,204); }
div.DivClassName
{
background-color: #EFD2CC;
}
.BgClassName
{
background-color: #EFD2CC;
}
</style>
border-color css
<style>
span { border-color: #EFD2CC; }
span { border-color: rgb(239,210,204); }
td.TdClassName
{
border-color: #EFD2CC;
}
.TagClassName
{
border-color: #EFD2CC;
}
</style>