#ECD2CD

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

Shades of Coral Candy #ECD2CD

Tints of Coral Candy #ECD2CD

Color information

#ECD2CD (or 0xECD2CD) is unknown color: approx Coral Candy. HEX triplet: EC, D2 and CD. RGB value is (236,210,205). Sum of RGB (Red+Green+Blue) = 236+210+205=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2CD is #132D32. Grayscale: #D9D9D9. Windows color (decimal): -1256755 or 13488876. OLE color: 13488876.

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

Color convert

RGB236210205-
CMYK00.110.130.07
HSL9.68º44.93%86.47%-
HSV(B)9.68º13.14%92.55%-
XYZ68.6668.3367.33-
YUV217.2121.11141.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 210 (82.42% from 255) = 32.26%
BLUE value IS 205 (80.47% from 255) = 31.49%
R=36.25%
G=32.26%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621020500.110.130.079.6844.9386.47
HexECD2CD0BD7a2d56
Octal3543223150131571255126
Binary11101100110100101100110101011110111110101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD2CD; }

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

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

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

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

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

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

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

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