#EDCDC8

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

Shades of Coral Candy #EDCDC8

Tints of Coral Candy #EDCDC8

Color information

#EDCDC8 (or 0xEDCDC8) is unknown color: approx Coral Candy. HEX triplet: ED, CD and C8. RGB value is (237,205,200). Sum of RGB (Red+Green+Blue) = 237+205+200=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 200 (78.52% from 255 or 31.15% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDC8 is #123237. Grayscale: #D6D6D6. Windows color (decimal): -1192504 or 13159917. OLE color: 13159917.

HSL color Cylindrical-coordinate representation of color #EDCDC8: hue angle of 8.11º degrees, saturation: 0.51, 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 #EDCDC8 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB237205200-
CMYK00.140.160.07
HSL8.11º50.68%85.69%-
HSV(B)8.11º15.61%92.94%-
XYZ67.1865.8463.81-
YUV214120.1144.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 205 (80.47% from 255) = 31.93%
BLUE value IS 200 (78.52% from 255) = 31.15%
R=36.92%
G=31.93%
B=31.15%

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
Decimal23720520000.140.160.078.1150.6885.69
HexEDCDC80E10783356
Octal3553153100162071063126
Binary111011011100110111001000011101000011110001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDC8; }

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

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

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

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

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

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

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

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