Shades of Coral Candy #EEC8C5
Tints of Coral Candy #EEC8C5
RGB
CMYK
RGB Variations
Color information
#EEC8C5 (or 0xEEC8C5) is known color: Coral Candy. HEX triplet: EE, C8 and C5. RGB value is (238,200,197). Sum of RGB (Red+Green+Blue) = 238+200+197=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8C5 is #11373A. Grayscale: #D3D3D3. Windows color (decimal): -1128251 or 12962030. OLE color: 12962030.
HSL color Cylindrical-coordinate representation of color #EEC8C5: hue angle of 4.39º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEC8C5 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 197 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.07 |
| HSL | 4.39º | 0.55% | 0.85% | - |
| HSV(B) | 4.39º | 0.17% | 0.93% | - |
| XYZ | 65.99 | 63.52 | 61.61 | - |
| YUV | 211.02 | 120.09 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 197 | 0 | 0.16 | 0.17 | 0.07 | 4.39 | 0.55 | 0.85 |
| Hex | EE | C8 | C5 | 0 | 10 | 11 | 7 | 4 | 37 | 55 |
| Octal | 356 | 310 | 305 | 0 | 20 | 21 | 7 | 4 | 67 | 125 |
| Binary | 11101110 | 11001000 | 11000101 | 0 | 10000 | 10001 | 111 | 100 | 110111 | 1010101 |
Color Harmonies of #EEC8C5
Complementary color
Monochromatic Colors of #EEC8C5
Black with #EEC8C5
Text Example
Text Example
White with #EEC8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8C5; }
p { color: rgb(238,200,197); }
H1.HeaderClassName
{
color: #EEC8C5;
}
.AnyTagClassName
{
color: #EEC8C5;
}
</style>
background-color css
<style>
a { background-color: #EEC8C5; }
a { background-color: rgb(238,200,197); }
div.DivClassName
{
background-color: #EEC8C5;
}
.BgClassName
{
background-color: #EEC8C5;
}
</style>
border-color css
<style>
span { border-color: #EEC8C5; }
span { border-color: rgb(238,200,197); }
td.TdClassName
{
border-color: #EEC8C5;
}
.TagClassName
{
border-color: #EEC8C5;
}
</style>