#EDCBC7

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

Shades of Coral Candy #EDCBC7

Tints of Coral Candy #EDCBC7

Color information

#EDCBC7 (or 0xEDCBC7) is unknown color: approx Coral Candy. HEX triplet: ED, CB and C7. RGB value is (237,203,199). Sum of RGB (Red+Green+Blue) = 237+203+199=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBC7 is #123438. Grayscale: #D4D4D4. Windows color (decimal): -1193017 or 13093869. OLE color: 13093869.

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

Color convert

RGB237203199-
CMYK00.140.160.07
HSL6.32º51.35%85.49%-
HSV(B)6.32º16.03%92.94%-
XYZ66.5964.8463.04-
YUV212.71120.26145.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.09%
GREEN value IS 203 (79.69% from 255) = 31.77%
BLUE value IS 199 (78.12% from 255) = 31.14%
R=37.09%
G=31.77%
B=31.14%

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
Decimal23720319900.140.160.076.3251.3585.49
HexEDCBC70E10763355
Octal355313307016207663125
Binary11101101110010111100011101110100001111101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBC7; }

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

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

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

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

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

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

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

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