#EDCCC5

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

Shades of Coral Candy #EDCCC5

Tints of Coral Candy #EDCCC5

Color information

#EDCCC5 (or 0xEDCCC5) is unknown color: approx Coral Candy. HEX triplet: ED, CC and C5. RGB value is (237,204,197). Sum of RGB (Red+Green+Blue) = 237+204+197=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCC5 is #12333A. Grayscale: #D5D5D5. Windows color (decimal): -1192763 or 12963053. OLE color: 12963053.

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

Color convert

RGB237204197-
CMYK00.140.170.07
HSL10.5º52.63%85.1%-
HSV(B)10.5º16.88%92.94%-
XYZ66.665.2261.9-
YUV213.07118.93145.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 204 (80.08% from 255) = 31.97%
BLUE value IS 197 (77.34% from 255) = 30.88%
R=37.15%
G=31.97%
B=30.88%

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
Decimal23720419700.140.170.0710.552.6385.1
HexEDCCC50E117b3555
Octal3553143050162171365125
Binary111011011100110011000101011101000111110111101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCC5; }

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

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

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

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

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

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

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

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