#ECD3CE

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

Shades of Coral Candy #ECD3CE

Tints of Coral Candy #ECD3CE

Color information

#ECD3CE (or 0xECD3CE) is unknown color: approx Coral Candy. HEX triplet: EC, D3 and CE. RGB value is (236,211,206). Sum of RGB (Red+Green+Blue) = 236+211+206=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3CE is #132C31. Grayscale: #D9D9D9. Windows color (decimal): -1256498 or 13554668. OLE color: 13554668.

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

Color convert

RGB236211206-
CMYK00.110.130.07
HSL10º44.12%86.67%-
HSV(B)10º12.71%92.55%-
XYZ69.0368.8868.05-
YUV217.9121.28140.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.14%
GREEN value IS 211 (82.81% from 255) = 32.31%
BLUE value IS 206 (80.86% from 255) = 31.55%
R=36.14%
G=32.31%
B=31.55%

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
Decimal23621120600.110.130.071044.1286.67
HexECD3CE0BD7a2c57
Octal3543233160131571254127
Binary11101100110100111100111001011110111110101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3CE; }

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

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

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

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

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

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

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

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