#EDCEC7

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

Shades of Coral Candy #EDCEC7

Tints of Coral Candy #EDCEC7

Color information

#EDCEC7 (or 0xEDCEC7) is unknown color: approx Coral Candy. HEX triplet: ED, CE and C7. RGB value is (237,206,199). Sum of RGB (Red+Green+Blue) = 237+206+199=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEC7 is #123138. Grayscale: #D6D6D6. Windows color (decimal): -1192249 or 13094637. OLE color: 13094637.

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

Color convert

RGB237206199-
CMYK00.130.160.07
HSL11.05º51.35%85.49%-
HSV(B)11.05º16.03%92.94%-
XYZ67.3166.2763.28-
YUV214.47119.27144.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 206 (80.86% from 255) = 32.09%
BLUE value IS 199 (78.12% from 255) = 31.00%
R=36.92%
G=32.09%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720619900.130.160.0711.0551.3585.49
HexEDCEC70D107b3355
Octal3553163070152071363125
Binary111011011100111011000111011011000011110111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEC7; }

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

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

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

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

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

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

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

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