Shades of Coral Candy #EECCC7
Tints of Coral Candy #EECCC7
RGB
CMYK
RGB Variations
Color information
#EECCC7 (or 0xEECCC7) is known color: Coral Candy. HEX triplet: EE, CC and C7. RGB value is (238,204,199). Sum of RGB (Red+Green+Blue) = 238+204+199=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 199 (78.12% from 255 or 31.05% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCC7 is #113338. Grayscale: #D5D5D5. Windows color (decimal): -1127225 or 13094126. OLE color: 13094126.
HSL color Cylindrical-coordinate representation of color #EECCC7: hue angle of 7.69º 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 #EECCC7 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 199 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.07 |
| HSL | 7.69º | 0.53% | 0.86% | - |
| HSV(B) | 7.69º | 0.16% | 0.93% | - |
| XYZ | 67.16 | 65.49 | 63.13 | - |
| YUV | 213.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 199 | 0 | 0.14 | 0.16 | 0.07 | 7.69 | 0.53 | 0.86 |
| Hex | EE | CC | C7 | 0 | E | 10 | 7 | 8 | 35 | 56 |
| Octal | 356 | 314 | 307 | 0 | 16 | 20 | 7 | 10 | 65 | 126 |
| Binary | 11101110 | 11001100 | 11000111 | 0 | 1110 | 10000 | 111 | 1000 | 110101 | 1010110 |
Color Harmonies of #EECCC7
Complementary color
Monochromatic Colors of #EECCC7
Black with #EECCC7
Text Example
Text Example
White with #EECCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCC7; }
p { color: rgb(238,204,199); }
H1.HeaderClassName
{
color: #EECCC7;
}
.AnyTagClassName
{
color: #EECCC7;
}
</style>
background-color css
<style>
a { background-color: #EECCC7; }
a { background-color: rgb(238,204,199); }
div.DivClassName
{
background-color: #EECCC7;
}
.BgClassName
{
background-color: #EECCC7;
}
</style>
border-color css
<style>
span { border-color: #EECCC7; }
span { border-color: rgb(238,204,199); }
td.TdClassName
{
border-color: #EECCC7;
}
.TagClassName
{
border-color: #EECCC7;
}
</style>