Shades of Coral Candy #EECDC7
Tints of Coral Candy #EECDC7
RGB
CMYK
RGB Variations
Color information
#EECDC7 (or 0xEECDC7) is known color: Coral Candy. HEX triplet: EE, CD and C7. RGB value is (238,205,199). Sum of RGB (Red+Green+Blue) = 238+205+199=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDC7 is #113238. Grayscale: #D6D6D6. Windows color (decimal): -1126969 or 13094382. OLE color: 13094382.
HSL color Cylindrical-coordinate representation of color #EECDC7: hue angle of 9.23º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EECDC7 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 205 | 199 | - |
CMYK | 0 | 0.14 | 0.16 | 0.07 |
HSL | 9.23º | 0.53% | 0.86% | - |
HSV(B) | 9.23º | 0.16% | 0.93% | - |
XYZ | 67.4 | 65.96 | 63.21 | - |
YUV | 214.18 | 119.43 | 144.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 205 | 199 | 0 | 0.14 | 0.16 | 0.07 | 9.23 | 0.53 | 0.86 |
Hex | EE | CD | C7 | 0 | E | 10 | 7 | 9 | 35 | 56 |
Octal | 356 | 315 | 307 | 0 | 16 | 20 | 7 | 11 | 65 | 126 |
Binary | 11101110 | 11001101 | 11000111 | 0 | 1110 | 10000 | 111 | 1001 | 110101 | 1010110 |
Color Harmonies of #EECDC7
Complementary color
Monochromatic Colors of #EECDC7
Black with #EECDC7
Text Example
Text Example
White with #EECDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDC7; }
p { color: rgb(238,205,199); }
H1.HeaderClassName
{
color: #EECDC7;
}
.AnyTagClassName
{
color: #EECDC7;
}
</style>
background-color css
<style>
a { background-color: #EECDC7; }
a { background-color: rgb(238,205,199); }
div.DivClassName
{
background-color: #EECDC7;
}
.BgClassName
{
background-color: #EECDC7;
}
</style>
border-color css
<style>
span { border-color: #EECDC7; }
span { border-color: rgb(238,205,199); }
td.TdClassName
{
border-color: #EECDC7;
}
.TagClassName
{
border-color: #EECDC7;
}
</style>