#ECD3CD

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

Shades of Coral Candy #ECD3CD

Tints of Coral Candy #ECD3CD

Color information

#ECD3CD (or 0xECD3CD) is unknown color: approx Coral Candy. HEX triplet: EC, D3 and CD. RGB value is (236,211,205). Sum of RGB (Red+Green+Blue) = 236+211+205=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3CD is #132C32. Grayscale: #D9D9D9. Windows color (decimal): -1256499 or 13489132. OLE color: 13489132.

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

Color convert

RGB236211205-
CMYK00.110.130.07
HSL11.61º44.93%86.47%-
HSV(B)11.61º13.14%92.55%-
XYZ68.9168.8367.41-
YUV217.79120.78140.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.20%
GREEN value IS 211 (82.81% from 255) = 32.36%
BLUE value IS 205 (80.47% from 255) = 31.44%
R=36.20%
G=32.36%
B=31.44%

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
Decimal23621120500.110.130.0711.6144.9386.47
HexECD3CD0BD7c2d56
Octal3543233150131571455126
Binary11101100110100111100110101011110111111001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3CD; }

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

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

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

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

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

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

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

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