#EECDC8

Color #EECDC8 Coral Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Candy #EECDC8

Tints of Coral Candy #EECDC8

Color information

#EECDC8 (or 0xEECDC8) is unknown color: approx Coral Candy. HEX triplet: EE, CD and C8. RGB value is (238,205,200). Sum of RGB (Red+Green+Blue) = 238+205+200=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDC8 is #113237. Grayscale: #D6D6D6. Windows color (decimal): -1126968 or 13159918. OLE color: 13159918.

HSL color Cylindrical-coordinate representation of color #EECDC8: hue angle of 7.89º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EECDC8 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB238205200-
CMYK00.140.160.07
HSL7.89º52.78%85.88%-
HSV(B)7.89º15.97%93.33%-
XYZ67.5266.0163.83-
YUV214.3119.93144.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 37.01%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 200 (78.52% from 255) = 31.10%
R=37.01%
G=31.88%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820520000.140.160.077.8952.7885.88
HexEECDC80E10783556
Octal3563153100162071065126
Binary111011101100110111001000011101000011110001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDC8; }

 p { color: rgb(238,205,200); }

 H1.HeaderClassName
 {
   color: #EECDC8;
 }
 .AnyTagClassName
 {
   color: #EECDC8;
 }
</style>
background-color css

<style>
 a { background-color: #EECDC8; }

 a { background-color: rgb(238,205,200); }

 div.DivClassName
 {
   background-color: #EECDC8;
 }
 .BgClassName
 {
   background-color: #EECDC8;
 }
</style>
border-color css

<style>
 span { border-color: #EECDC8; }

 span { border-color: rgb(238,205,200); }

 td.TdClassName
 {
   border-color: #EECDC8;
 }
 .TagClassName
 {
   border-color: #EECDC8;
 }
</style>