#EDCEC8

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

Shades of Coral Candy #EDCEC8

Tints of Coral Candy #EDCEC8

Color information

#EDCEC8 (or 0xEDCEC8) is unknown color: approx Coral Candy. HEX triplet: ED, CE and C8. RGB value is (237,206,200). Sum of RGB (Red+Green+Blue) = 237+206+200=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEC8 is #123137. Grayscale: #D6D6D6. Windows color (decimal): -1192248 or 13160173. OLE color: 13160173.

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

Color convert

RGB237206200-
CMYK00.130.160.07
HSL9.73º50.68%85.69%-
HSV(B)9.73º15.61%92.94%-
XYZ67.4266.3263.89-
YUV214.58119.77143.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 206 (80.86% from 255) = 32.04%
BLUE value IS 200 (78.52% from 255) = 31.10%
R=36.86%
G=32.04%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720620000.130.160.079.7350.6885.69
HexEDCEC80D107a3356
Octal3553163100152071263126
Binary111011011100111011001000011011000011110101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEC8; }

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

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

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

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

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

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

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

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