#EDCCC8

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

Shades of Coral Candy #EDCCC8

Tints of Coral Candy #EDCCC8

Color information

#EDCCC8 (or 0xEDCCC8) is unknown color: approx Coral Candy. HEX triplet: ED, CC and C8. RGB value is (237,204,200). Sum of RGB (Red+Green+Blue) = 237+204+200=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCC8 is #123337. Grayscale: #D5D5D5. Windows color (decimal): -1192760 or 13159661. OLE color: 13159661.

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

Color convert

RGB237204200-
CMYK00.140.160.07
HSL6.49º50.68%85.69%-
HSV(B)6.49º15.61%92.94%-
XYZ66.9465.3663.73-
YUV213.41120.43144.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 200 (78.52% from 255) = 31.20%
R=36.97%
G=31.83%
B=31.20%

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
Decimal23720420000.140.160.076.4950.6885.69
HexEDCCC80E10763356
Octal355314310016207663126
Binary11101101110011001100100001110100001111101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCC8; }

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

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

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

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

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

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

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

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