Shades of Coral Candy #EFD3CE
Tints of Coral Candy #EFD3CE
RGB
CMYK
RGB Variations
Color information
#EFD3CE (or 0xEFD3CE) is known color: Coral Candy. HEX triplet: EF, D3 and CE. RGB value is (239,211,206). Sum of RGB (Red+Green+Blue) = 239+211+206=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 211 (82.81% from 255 or 32.16% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3CE is #102C31. Grayscale: #DADADA. Windows color (decimal): -1059890 or 13554671. OLE color: 13554671.
HSL color Cylindrical-coordinate representation of color #EFD3CE: hue angle of 9.09º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFD3CE is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 206 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.06 |
| HSL | 9.09º | 0.51% | 0.87% | - |
| HSV(B) | 9.09º | 0.14% | 0.94% | - |
| XYZ | 70.03 | 69.4 | 68.1 | - |
| YUV | 218.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 206 | 0 | 0.12 | 0.14 | 0.06 | 9.09 | 0.51 | 0.87 |
| Hex | EF | D3 | CE | 0 | C | E | 6 | 9 | 33 | 57 |
| Octal | 357 | 323 | 316 | 0 | 14 | 16 | 6 | 11 | 63 | 127 |
| Binary | 11101111 | 11010011 | 11001110 | 0 | 1100 | 1110 | 110 | 1001 | 110011 | 1010111 |
Color Harmonies of #EFD3CE
Complementary color
Monochromatic Colors of #EFD3CE
Black with #EFD3CE
Text Example
Text Example
White with #EFD3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD3CE; }
p { color: rgb(239,211,206); }
H1.HeaderClassName
{
color: #EFD3CE;
}
.AnyTagClassName
{
color: #EFD3CE;
}
</style>
background-color css
<style>
a { background-color: #EFD3CE; }
a { background-color: rgb(239,211,206); }
div.DivClassName
{
background-color: #EFD3CE;
}
.BgClassName
{
background-color: #EFD3CE;
}
</style>
border-color css
<style>
span { border-color: #EFD3CE; }
span { border-color: rgb(239,211,206); }
td.TdClassName
{
border-color: #EFD3CE;
}
.TagClassName
{
border-color: #EFD3CE;
}
</style>