#ECD1CA

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

Shades of Coral Candy #ECD1CA

Tints of Coral Candy #ECD1CA

Color information

#ECD1CA (or 0xECD1CA) is unknown color: approx Coral Candy. HEX triplet: EC, D1 and CA. RGB value is (236,209,202). Sum of RGB (Red+Green+Blue) = 236+209+202=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1CA is #132E35. Grayscale: #D8D8D8. Windows color (decimal): -1257014 or 13292012. OLE color: 13292012.

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

Color convert

RGB236209202-
CMYK00.110.140.07
HSL12.35º47.22%85.88%-
HSV(B)12.35º14.41%92.55%-
XYZ68.0567.765.36-
YUV216.27119.95142.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.48%
GREEN value IS 209 (82.03% from 255) = 32.30%
BLUE value IS 202 (79.30% from 255) = 31.22%
R=36.48%
G=32.30%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620920200.110.140.0712.3547.2285.88
HexECD1CA0BE7c2f56
Octal3543213120131671457126
Binary11101100110100011100101001011111011111001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1CA; }

 p { color: rgb(236,209,202); }

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

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

 a { background-color: rgb(236,209,202); }

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

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

 span { border-color: rgb(236,209,202); }

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