Shades of Coral Candy #EED0CC
Tints of Coral Candy #EED0CC
RGB
CMYK
RGB Variations
Color information
#EED0CC (or 0xEED0CC) is known color: Coral Candy. HEX triplet: EE, D0 and CC. RGB value is (238,208,204). Sum of RGB (Red+Green+Blue) = 238+208+204=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0CC is #112F33. Grayscale: #D8D8D8. Windows color (decimal): -1126196 or 13422830. OLE color: 13422830.
HSL color Cylindrical-coordinate representation of color #EED0CC: hue angle of 7.06º 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 #EED0CC is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 204 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.07 |
| HSL | 7.06º | 0.5% | 0.87% | - |
| HSV(B) | 7.06º | 0.14% | 0.93% | - |
| XYZ | 68.71 | 67.65 | 66.56 | - |
| YUV | 216.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 204 | 0 | 0.13 | 0.14 | 0.07 | 7.06 | 0.5 | 0.87 |
| Hex | EE | D0 | CC | 0 | D | E | 7 | 7 | 32 | 57 |
| Octal | 356 | 320 | 314 | 0 | 15 | 16 | 7 | 7 | 62 | 127 |
| Binary | 11101110 | 11010000 | 11001100 | 0 | 1101 | 1110 | 111 | 111 | 110010 | 1010111 |
Color Harmonies of #EED0CC
Complementary color
Monochromatic Colors of #EED0CC
Black with #EED0CC
Text Example
Text Example
White with #EED0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0CC; }
p { color: rgb(238,208,204); }
H1.HeaderClassName
{
color: #EED0CC;
}
.AnyTagClassName
{
color: #EED0CC;
}
</style>
background-color css
<style>
a { background-color: #EED0CC; }
a { background-color: rgb(238,208,204); }
div.DivClassName
{
background-color: #EED0CC;
}
.BgClassName
{
background-color: #EED0CC;
}
</style>
border-color css
<style>
span { border-color: #EED0CC; }
span { border-color: rgb(238,208,204); }
td.TdClassName
{
border-color: #EED0CC;
}
.TagClassName
{
border-color: #EED0CC;
}
</style>