Shades of Coral Candy #EED1CA
Tints of Coral Candy #EED1CA
RGB
CMYK
RGB Variations
Color information
#EED1CA (or 0xEED1CA) is known color: Coral Candy. HEX triplet: EE, D1 and CA. RGB value is (238,209,202). Sum of RGB (Red+Green+Blue) = 238+209+202=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1CA is #112E35. Grayscale: #D8D8D8. Windows color (decimal): -1125942 or 13292014. OLE color: 13292014.
HSL color Cylindrical-coordinate representation of color #EED1CA: hue angle of 11.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EED1CA is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 202 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.07 |
| HSL | 11.67º | 0.51% | 0.86% | - |
| HSV(B) | 11.67º | 0.15% | 0.93% | - |
| XYZ | 68.72 | 68.04 | 65.39 | - |
| YUV | 216.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 202 | 0 | 0.12 | 0.15 | 0.07 | 11.67 | 0.51 | 0.86 |
| Hex | EE | D1 | CA | 0 | C | F | 7 | C | 33 | 56 |
| Octal | 356 | 321 | 312 | 0 | 14 | 17 | 7 | 14 | 63 | 126 |
| Binary | 11101110 | 11010001 | 11001010 | 0 | 1100 | 1111 | 111 | 1100 | 110011 | 1010110 |
Color Harmonies of #EED1CA
Complementary color
Monochromatic Colors of #EED1CA
Black with #EED1CA
Text Example
Text Example
White with #EED1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1CA; }
p { color: rgb(238,209,202); }
H1.HeaderClassName
{
color: #EED1CA;
}
.AnyTagClassName
{
color: #EED1CA;
}
</style>
background-color css
<style>
a { background-color: #EED1CA; }
a { background-color: rgb(238,209,202); }
div.DivClassName
{
background-color: #EED1CA;
}
.BgClassName
{
background-color: #EED1CA;
}
</style>
border-color css
<style>
span { border-color: #EED1CA; }
span { border-color: rgb(238,209,202); }
td.TdClassName
{
border-color: #EED1CA;
}
.TagClassName
{
border-color: #EED1CA;
}
</style>