#ECD2CB

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

Shades of Coral Candy #ECD2CB

Tints of Coral Candy #ECD2CB

Color information

#ECD2CB (or 0xECD2CB) is unknown color: approx Coral Candy. HEX triplet: EC, D2 and CB. RGB value is (236,210,203). Sum of RGB (Red+Green+Blue) = 236+210+203=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2CB is #132D34. Grayscale: #D9D9D9. Windows color (decimal): -1256757 or 13357804. OLE color: 13357804.

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

Color convert

RGB236210203-
CMYK00.110.140.07
HSL12.73º46.48%86.08%-
HSV(B)12.73º13.98%92.55%-
XYZ68.4268.2466.07-
YUV216.98120.11141.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 210 (82.42% from 255) = 32.36%
BLUE value IS 203 (79.69% from 255) = 31.28%
R=36.36%
G=32.36%
B=31.28%

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
Decimal23621020300.110.140.0712.7346.4886.08
HexECD2CB0BE7d2e56
Octal3543223130131671556126
Binary11101100110100101100101101011111011111011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD2CB; }

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

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

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

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

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

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

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

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