#EDCFC9

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

Shades of Coral Candy #EDCFC9

Tints of Coral Candy #EDCFC9

Color information

#EDCFC9 (or 0xEDCFC9) is unknown color: approx Coral Candy. HEX triplet: ED, CF and C9. RGB value is (237,207,201). Sum of RGB (Red+Green+Blue) = 237+207+201=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 201 (78.91% from 255 or 31.16% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFC9 is #123036. Grayscale: #D7D7D7. Windows color (decimal): -1191991 or 13225965. OLE color: 13225965.

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

Color convert

RGB237207201-
CMYK00.130.150.07
HSL10º50%85.88%-
HSV(B)10º15.19%92.94%-
XYZ67.7866.8564.59-
YUV215.29119.94143.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.74%
GREEN value IS 207 (81.25% from 255) = 32.09%
BLUE value IS 201 (78.91% from 255) = 31.16%
R=36.74%
G=32.09%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720720100.130.150.07105085.88
HexEDCFC90DF7a3256
Octal3553173110151771262126
Binary11101101110011111100100101101111111110101100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFC9; }

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

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

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

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

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

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

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

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