#EDCCC7

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

Shades of Coral Candy #EDCCC7

Tints of Coral Candy #EDCCC7

Color information

#EDCCC7 (or 0xEDCCC7) is unknown color: approx Coral Candy. HEX triplet: ED, CC and C7. RGB value is (237,204,199). Sum of RGB (Red+Green+Blue) = 237+204+199=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCC7 is #123338. Grayscale: #D5D5D5. Windows color (decimal): -1192761 or 13094125. OLE color: 13094125.

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

Color convert

RGB237204199-
CMYK00.140.160.07
HSL7.89º51.35%85.49%-
HSV(B)7.89º16.03%92.94%-
XYZ66.8365.3163.12-
YUV213.3119.93144.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 199 (78.12% from 255) = 31.09%
R=37.03%
G=31.88%
B=31.09%

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
Decimal23720419900.140.160.077.8951.3585.49
HexEDCCC70E10783355
Octal3553143070162071063125
Binary111011011100110011000111011101000011110001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCC7; }

 p { color: rgb(237,204,199); }

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

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

 a { background-color: rgb(237,204,199); }

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

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

 span { border-color: rgb(237,204,199); }

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