Shades of Coral Candy #EED2CC
Tints of Coral Candy #EED2CC
RGB
CMYK
RGB Variations
Color information
#EED2CC (or 0xEED2CC) is known color: Coral Candy. HEX triplet: EE, D2 and CC. RGB value is (238,210,204). Sum of RGB (Red+Green+Blue) = 238+210+204=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 210 (82.42% from 255 or 32.21% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2CC is #112D33. Grayscale: #D9D9D9. Windows color (decimal): -1125684 or 13423342. OLE color: 13423342.
HSL color Cylindrical-coordinate representation of color #EED2CC: hue angle of 10.59º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EED2CC is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 204 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.07 |
| HSL | 10.59º | 0.5% | 0.87% | - |
| HSV(B) | 10.59º | 0.14% | 0.93% | - |
| XYZ | 69.21 | 68.63 | 66.73 | - |
| YUV | 217.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 204 | 0 | 0.12 | 0.14 | 0.07 | 10.59 | 0.5 | 0.87 |
| Hex | EE | D2 | CC | 0 | C | E | 7 | B | 32 | 57 |
| Octal | 356 | 322 | 314 | 0 | 14 | 16 | 7 | 13 | 62 | 127 |
| Binary | 11101110 | 11010010 | 11001100 | 0 | 1100 | 1110 | 111 | 1011 | 110010 | 1010111 |
Color Harmonies of #EED2CC
Complementary color
Monochromatic Colors of #EED2CC
Black with #EED2CC
Text Example
Text Example
White with #EED2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2CC; }
p { color: rgb(238,210,204); }
H1.HeaderClassName
{
color: #EED2CC;
}
.AnyTagClassName
{
color: #EED2CC;
}
</style>
background-color css
<style>
a { background-color: #EED2CC; }
a { background-color: rgb(238,210,204); }
div.DivClassName
{
background-color: #EED2CC;
}
.BgClassName
{
background-color: #EED2CC;
}
</style>
border-color css
<style>
span { border-color: #EED2CC; }
span { border-color: rgb(238,210,204); }
td.TdClassName
{
border-color: #EED2CC;
}
.TagClassName
{
border-color: #EED2CC;
}
</style>