Shades of Coral Candy #EECDC9
Tints of Coral Candy #EECDC9
RGB
CMYK
RGB Variations
Color information
#EECDC9 (or 0xEECDC9) is known color: Coral Candy. HEX triplet: EE, CD and C9. RGB value is (238,205,201). Sum of RGB (Red+Green+Blue) = 238+205+201=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDC9 is #113236. Grayscale: #D6D6D6. Windows color (decimal): -1126967 or 13225454. OLE color: 13225454.
HSL color Cylindrical-coordinate representation of color #EECDC9: hue angle of 6.49º degrees, saturation: 0.52, 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 #EECDC9 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 205 | 201 | - |
CMYK | 0 | 0.14 | 0.16 | 0.07 |
HSL | 6.49º | 0.52% | 0.86% | - |
HSV(B) | 6.49º | 0.16% | 0.93% | - |
XYZ | 67.63 | 66.06 | 64.44 | - |
YUV | 214.41 | 120.43 | 144.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 205 | 201 | 0 | 0.14 | 0.16 | 0.07 | 6.49 | 0.52 | 0.86 |
Hex | EE | CD | C9 | 0 | E | 10 | 7 | 6 | 34 | 56 |
Octal | 356 | 315 | 311 | 0 | 16 | 20 | 7 | 6 | 64 | 126 |
Binary | 11101110 | 11001101 | 11001001 | 0 | 1110 | 10000 | 111 | 110 | 110100 | 1010110 |
Color Harmonies of #EECDC9
Complementary color
Monochromatic Colors of #EECDC9
Black with #EECDC9
Text Example
Text Example
White with #EECDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDC9; }
p { color: rgb(238,205,201); }
H1.HeaderClassName
{
color: #EECDC9;
}
.AnyTagClassName
{
color: #EECDC9;
}
</style>
background-color css
<style>
a { background-color: #EECDC9; }
a { background-color: rgb(238,205,201); }
div.DivClassName
{
background-color: #EECDC9;
}
.BgClassName
{
background-color: #EECDC9;
}
</style>
border-color css
<style>
span { border-color: #EECDC9; }
span { border-color: rgb(238,205,201); }
td.TdClassName
{
border-color: #EECDC9;
}
.TagClassName
{
border-color: #EECDC9;
}
</style>