Shades of Coral Candy #EED2CB
Tints of Coral Candy #EED2CB
RGB
CMYK
RGB Variations
Color information
#EED2CB (or 0xEED2CB) is known color: Coral Candy. HEX triplet: EE, D2 and CB. RGB value is (238,210,203). Sum of RGB (Red+Green+Blue) = 238+210+203=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2CB is #112D34. Grayscale: #D9D9D9. Windows color (decimal): -1125685 or 13357806. OLE color: 13357806.
HSL color Cylindrical-coordinate representation of color #EED2CB: hue angle of 12º 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 #EED2CB is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 203 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.07 |
| HSL | 12º | 0.51% | 0.86% | - |
| HSV(B) | 12º | 0.15% | 0.93% | - |
| XYZ | 69.09 | 68.58 | 66.1 | - |
| YUV | 217.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 203 | 0 | 0.12 | 0.15 | 0.07 | 12 | 0.51 | 0.86 |
| Hex | EE | D2 | CB | 0 | C | F | 7 | C | 33 | 56 |
| Octal | 356 | 322 | 313 | 0 | 14 | 17 | 7 | 14 | 63 | 126 |
| Binary | 11101110 | 11010010 | 11001011 | 0 | 1100 | 1111 | 111 | 1100 | 110011 | 1010110 |
Color Harmonies of #EED2CB
Complementary color
Monochromatic Colors of #EED2CB
Black with #EED2CB
Text Example
Text Example
White with #EED2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2CB; }
p { color: rgb(238,210,203); }
H1.HeaderClassName
{
color: #EED2CB;
}
.AnyTagClassName
{
color: #EED2CB;
}
</style>
background-color css
<style>
a { background-color: #EED2CB; }
a { background-color: rgb(238,210,203); }
div.DivClassName
{
background-color: #EED2CB;
}
.BgClassName
{
background-color: #EED2CB;
}
</style>
border-color css
<style>
span { border-color: #EED2CB; }
span { border-color: rgb(238,210,203); }
td.TdClassName
{
border-color: #EED2CB;
}
.TagClassName
{
border-color: #EED2CB;
}
</style>