#EDCDC9

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

Shades of Coral Candy #EDCDC9

Tints of Coral Candy #EDCDC9

Color information

#EDCDC9 (or 0xEDCDC9) is unknown color: approx Coral Candy. HEX triplet: ED, CD and C9. RGB value is (237,205,201). Sum of RGB (Red+Green+Blue) = 237+205+201=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 201 (78.91% from 255 or 31.26% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDC9 is #123236. Grayscale: #D6D6D6. Windows color (decimal): -1192503 or 13225453. OLE color: 13225453.

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

Color convert

RGB237205201-
CMYK00.140.150.07
HSL6.67º50%85.88%-
HSV(B)6.67º15.19%92.94%-
XYZ67.365.8864.43-
YUV214.11120.6144.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 201 (78.91% from 255) = 31.26%
R=36.86%
G=31.88%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720520100.140.150.076.675085.88
HexEDCDC90EF773256
Octal355315311016177762126
Binary1110110111001101110010010111011111111111100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDC9; }

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

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

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

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

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

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

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

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