Shades of Coral Candy #EED2CD
Tints of Coral Candy #EED2CD
RGB
CMYK
RGB Variations
Color information
#EED2CD (or 0xEED2CD) is known color: Coral Candy. HEX triplet: EE, D2 and CD. RGB value is (238,210,205). Sum of RGB (Red+Green+Blue) = 238+210+205=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2CD is #112D32. Grayscale: #D9D9D9. Windows color (decimal): -1125683 or 13488878. OLE color: 13488878.
HSL color Cylindrical-coordinate representation of color #EED2CD: hue angle of 9.09º degrees, saturation: 0.49, 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 #EED2CD is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 205 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.07 |
| HSL | 9.09º | 0.49% | 0.87% | - |
| HSV(B) | 9.09º | 0.14% | 0.93% | - |
| XYZ | 69.33 | 68.68 | 67.36 | - |
| YUV | 217.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 205 | 0 | 0.12 | 0.14 | 0.07 | 9.09 | 0.49 | 0.87 |
| Hex | EE | D2 | CD | 0 | C | E | 7 | 9 | 31 | 57 |
| Octal | 356 | 322 | 315 | 0 | 14 | 16 | 7 | 11 | 61 | 127 |
| Binary | 11101110 | 11010010 | 11001101 | 0 | 1100 | 1110 | 111 | 1001 | 110001 | 1010111 |
Color Harmonies of #EED2CD
Complementary color
Monochromatic Colors of #EED2CD
Black with #EED2CD
Text Example
Text Example
White with #EED2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2CD; }
p { color: rgb(238,210,205); }
H1.HeaderClassName
{
color: #EED2CD;
}
.AnyTagClassName
{
color: #EED2CD;
}
</style>
background-color css
<style>
a { background-color: #EED2CD; }
a { background-color: rgb(238,210,205); }
div.DivClassName
{
background-color: #EED2CD;
}
.BgClassName
{
background-color: #EED2CD;
}
</style>
border-color css
<style>
span { border-color: #EED2CD; }
span { border-color: rgb(238,210,205); }
td.TdClassName
{
border-color: #EED2CD;
}
.TagClassName
{
border-color: #EED2CD;
}
</style>