Shades of Coral Candy #EFD1CB
Tints of Coral Candy #EFD1CB
RGB
CMYK
RGB Variations
Color information
#EFD1CB (or 0xEFD1CB) is known color: Coral Candy. HEX triplet: EF, D1 and CB. RGB value is (239,209,203). Sum of RGB (Red+Green+Blue) = 239+209+203=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1CB is #102E34. Grayscale: #D9D9D9. Windows color (decimal): -1060405 or 13357551. OLE color: 13357551.
HSL color Cylindrical-coordinate representation of color #EFD1CB: hue angle of 10º degrees, saturation: 0.53, 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 #EFD1CB is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 203 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.06 |
| HSL | 10º | 0.53% | 0.87% | - |
| HSV(B) | 10º | 0.15% | 0.94% | - |
| XYZ | 69.18 | 68.26 | 66.03 | - |
| YUV | 217.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 203 | 0 | 0.13 | 0.15 | 0.06 | 10 | 0.53 | 0.87 |
| Hex | EF | D1 | CB | 0 | D | F | 6 | A | 35 | 57 |
| Octal | 357 | 321 | 313 | 0 | 15 | 17 | 6 | 12 | 65 | 127 |
| Binary | 11101111 | 11010001 | 11001011 | 0 | 1101 | 1111 | 110 | 1010 | 110101 | 1010111 |
Color Harmonies of #EFD1CB
Complementary color
Monochromatic Colors of #EFD1CB
Black with #EFD1CB
Text Example
Text Example
White with #EFD1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD1CB; }
p { color: rgb(239,209,203); }
H1.HeaderClassName
{
color: #EFD1CB;
}
.AnyTagClassName
{
color: #EFD1CB;
}
</style>
background-color css
<style>
a { background-color: #EFD1CB; }
a { background-color: rgb(239,209,203); }
div.DivClassName
{
background-color: #EFD1CB;
}
.BgClassName
{
background-color: #EFD1CB;
}
</style>
border-color css
<style>
span { border-color: #EFD1CB; }
span { border-color: rgb(239,209,203); }
td.TdClassName
{
border-color: #EFD1CB;
}
.TagClassName
{
border-color: #EFD1CB;
}
</style>