Shades of Coral Candy #EFD1CD
Tints of Coral Candy #EFD1CD
RGB
CMYK
RGB Variations
Color information
#EFD1CD (or 0xEFD1CD) is known color: Coral Candy. HEX triplet: EF, D1 and CD. RGB value is (239,209,205). Sum of RGB (Red+Green+Blue) = 239+209+205=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1CD is #102E32. Grayscale: #D9D9D9. Windows color (decimal): -1060403 or 13488623. OLE color: 13488623.
HSL color Cylindrical-coordinate representation of color #EFD1CD: hue angle of 7.06º degrees, saturation: 0.52, 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 #EFD1CD is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 209 | 205 | - |
CMYK | 0 | 0.13 | 0.14 | 0.06 |
HSL | 7.06º | 0.52% | 0.87% | - |
HSV(B) | 7.06º | 0.14% | 0.94% | - |
XYZ | 69.42 | 68.36 | 67.29 | - |
YUV | 217.51 | 120.94 | 143.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 209 | 205 | 0 | 0.13 | 0.14 | 0.06 | 7.06 | 0.52 | 0.87 |
Hex | EF | D1 | CD | 0 | D | E | 6 | 7 | 34 | 57 |
Octal | 357 | 321 | 315 | 0 | 15 | 16 | 6 | 7 | 64 | 127 |
Binary | 11101111 | 11010001 | 11001101 | 0 | 1101 | 1110 | 110 | 111 | 110100 | 1010111 |
Color Harmonies of #EFD1CD
Complementary color
Monochromatic Colors of #EFD1CD
Black with #EFD1CD
Text Example
Text Example
White with #EFD1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD1CD; }
p { color: rgb(239,209,205); }
H1.HeaderClassName
{
color: #EFD1CD;
}
.AnyTagClassName
{
color: #EFD1CD;
}
</style>
background-color css
<style>
a { background-color: #EFD1CD; }
a { background-color: rgb(239,209,205); }
div.DivClassName
{
background-color: #EFD1CD;
}
.BgClassName
{
background-color: #EFD1CD;
}
</style>
border-color css
<style>
span { border-color: #EFD1CD; }
span { border-color: rgb(239,209,205); }
td.TdClassName
{
border-color: #EFD1CD;
}
.TagClassName
{
border-color: #EFD1CD;
}
</style>