#EDCBC6

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

Shades of Coral Candy #EDCBC6

Tints of Coral Candy #EDCBC6

Color information

#EDCBC6 (or 0xEDCBC6) is unknown color: approx Coral Candy. HEX triplet: ED, CB and C6. RGB value is (237,203,198). Sum of RGB (Red+Green+Blue) = 237+203+198=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBC6 is #123439. Grayscale: #D4D4D4. Windows color (decimal): -1193018 or 13028333. OLE color: 13028333.

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

Color convert

RGB237203198-
CMYK00.140.160.07
HSL7.69º52%85.29%-
HSV(B)7.69º16.46%92.94%-
XYZ66.4764.7962.43-
YUV212.6119.76145.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 203 (79.69% from 255) = 31.82%
BLUE value IS 198 (77.73% from 255) = 31.03%
R=37.15%
G=31.82%
B=31.03%

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
Decimal23720319800.140.160.077.695285.29
HexEDCBC60E10783455
Octal3553133060162071064125
Binary111011011100101111000110011101000011110001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBC6; }

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

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

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

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

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

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

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

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