Shades of Coral Candy #EECBC7
Tints of Coral Candy #EECBC7
RGB
CMYK
RGB Variations
Color information
#EECBC7 (or 0xEECBC7) is known color: Coral Candy. HEX triplet: EE, CB and C7. RGB value is (238,203,199). Sum of RGB (Red+Green+Blue) = 238+203+199=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBC7 is #113438. Grayscale: #D5D5D5. Windows color (decimal): -1127481 or 13093870. OLE color: 13093870.
HSL color Cylindrical-coordinate representation of color #EECBC7: hue angle of 6.15º 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 #EECBC7 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 199 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.07 |
| HSL | 6.15º | 0.53% | 0.86% | - |
| HSV(B) | 6.15º | 0.16% | 0.93% | - |
| XYZ | 66.92 | 65.01 | 63.05 | - |
| YUV | 213.01 | 120.1 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 199 | 0 | 0.15 | 0.16 | 0.07 | 6.15 | 0.53 | 0.86 |
| Hex | EE | CB | C7 | 0 | F | 10 | 7 | 6 | 35 | 56 |
| Octal | 356 | 313 | 307 | 0 | 17 | 20 | 7 | 6 | 65 | 126 |
| Binary | 11101110 | 11001011 | 11000111 | 0 | 1111 | 10000 | 111 | 110 | 110101 | 1010110 |
Color Harmonies of #EECBC7
Complementary color
Monochromatic Colors of #EECBC7
Black with #EECBC7
Text Example
Text Example
White with #EECBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBC7; }
p { color: rgb(238,203,199); }
H1.HeaderClassName
{
color: #EECBC7;
}
.AnyTagClassName
{
color: #EECBC7;
}
</style>
background-color css
<style>
a { background-color: #EECBC7; }
a { background-color: rgb(238,203,199); }
div.DivClassName
{
background-color: #EECBC7;
}
.BgClassName
{
background-color: #EECBC7;
}
</style>
border-color css
<style>
span { border-color: #EECBC7; }
span { border-color: rgb(238,203,199); }
td.TdClassName
{
border-color: #EECBC7;
}
.TagClassName
{
border-color: #EECBC7;
}
</style>