#ECD1CB

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

Shades of Coral Candy #ECD1CB

Tints of Coral Candy #ECD1CB

Color information

#ECD1CB (or 0xECD1CB) is unknown color: approx Coral Candy. HEX triplet: EC, D1 and CB. RGB value is (236,209,203). Sum of RGB (Red+Green+Blue) = 236+209+203=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1CB is #132E34. Grayscale: #D8D8D8. Windows color (decimal): -1257013 or 13357548. OLE color: 13357548.

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

Color convert

RGB236209203-
CMYK00.110.140.07
HSL10.91º46.48%86.08%-
HSV(B)10.91º13.98%92.55%-
XYZ68.1767.7565.98-
YUV216.39120.45141.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.42%
GREEN value IS 209 (82.03% from 255) = 32.25%
BLUE value IS 203 (79.69% from 255) = 31.33%
R=36.42%
G=32.25%
B=31.33%

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
Decimal23620920300.110.140.0710.9146.4886.08
HexECD1CB0BE7b2e56
Octal3543213130131671356126
Binary11101100110100011100101101011111011110111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1CB; }

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

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

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

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

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

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

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

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