Shades of Coral Candy #EED0CB
Tints of Coral Candy #EED0CB
RGB
CMYK
RGB Variations
Color information
#EED0CB (or 0xEED0CB) is known color: Coral Candy. HEX triplet: EE, D0 and CB. RGB value is (238,208,203). Sum of RGB (Red+Green+Blue) = 238+208+203=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0CB is #112F34. Grayscale: #D8D8D8. Windows color (decimal): -1126197 or 13357294. OLE color: 13357294.
HSL color Cylindrical-coordinate representation of color #EED0CB: hue angle of 8.57º 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 #EED0CB is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 203 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.07 |
| HSL | 8.57º | 0.51% | 0.86% | - |
| HSV(B) | 8.57º | 0.15% | 0.93% | - |
| XYZ | 68.6 | 67.6 | 65.93 | - |
| YUV | 216.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 203 | 0 | 0.13 | 0.15 | 0.07 | 8.57 | 0.51 | 0.86 |
| Hex | EE | D0 | CB | 0 | D | F | 7 | 9 | 33 | 56 |
| Octal | 356 | 320 | 313 | 0 | 15 | 17 | 7 | 11 | 63 | 126 |
| Binary | 11101110 | 11010000 | 11001011 | 0 | 1101 | 1111 | 111 | 1001 | 110011 | 1010110 |
Color Harmonies of #EED0CB
Complementary color
Monochromatic Colors of #EED0CB
Black with #EED0CB
Text Example
Text Example
White with #EED0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0CB; }
p { color: rgb(238,208,203); }
H1.HeaderClassName
{
color: #EED0CB;
}
.AnyTagClassName
{
color: #EED0CB;
}
</style>
background-color css
<style>
a { background-color: #EED0CB; }
a { background-color: rgb(238,208,203); }
div.DivClassName
{
background-color: #EED0CB;
}
.BgClassName
{
background-color: #EED0CB;
}
</style>
border-color css
<style>
span { border-color: #EED0CB; }
span { border-color: rgb(238,208,203); }
td.TdClassName
{
border-color: #EED0CB;
}
.TagClassName
{
border-color: #EED0CB;
}
</style>