#EDCBC5

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

Shades of Coral Candy #EDCBC5

Tints of Coral Candy #EDCBC5

Color information

#EDCBC5 (or 0xEDCBC5) is unknown color: approx Coral Candy. HEX triplet: ED, CB and C5. RGB value is (237,203,197). Sum of RGB (Red+Green+Blue) = 237+203+197=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBC5 is #12343A. Grayscale: #D4D4D4. Windows color (decimal): -1193019 or 12962797. OLE color: 12962797.

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

Color convert

RGB237203197-
CMYK00.140.170.07
HSL52.63%85.1%-
HSV(B)16.88%92.94%-
XYZ66.3664.7561.82-
YUV212.48119.26145.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 203 (79.69% from 255) = 31.87%
BLUE value IS 197 (77.34% from 255) = 30.93%
R=37.21%
G=31.87%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720319700.140.170.07952.6385.1
HexEDCBC50E11793555
Octal3553133050162171165125
Binary111011011100101111000101011101000111110011101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBC5; }

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

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

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

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

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

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

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

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