#EDCAC7

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

Shades of Coral Candy #EDCAC7

Tints of Coral Candy #EDCAC7

Color information

#EDCAC7 (or 0xEDCAC7) is unknown color: approx Coral Candy. HEX triplet: ED, CA and C7. RGB value is (237,202,199). Sum of RGB (Red+Green+Blue) = 237+202+199=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAC7 is #123538. Grayscale: #D4D4D4. Windows color (decimal): -1193273 or 13093613. OLE color: 13093613.

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

Color convert

RGB237202199-
CMYK00.150.160.07
HSL4.74º51.35%85.49%-
HSV(B)4.74º16.03%92.94%-
XYZ66.3564.3762.96-
YUV212.12120.6145.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 199 (78.12% from 255) = 31.19%
R=37.15%
G=31.66%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720219900.150.160.074.7451.3585.49
HexEDCAC70F10753355
Octal355312307017207563125
Binary11101101110010101100011101111100001111011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAC7; }

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

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

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

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

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

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

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

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