#ECDCB3

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

Shades of Champagne #ECDCB3

Tints of Champagne #ECDCB3

Color information

#ECDCB3 (or 0xECDCB3) is unknown color: approx Champagne. HEX triplet: EC, DC and B3. RGB value is (236,220,179). Sum of RGB (Red+Green+Blue) = 236+220+179=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCB3 is #13234C. Grayscale: #DCDCDC. Windows color (decimal): -1254221 or 11787500. OLE color: 11787500.

HSL color Cylindrical-coordinate representation of color #ECDCB3: hue angle of 43.16º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECDCB3 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB236220179-
CMYK00.070.240.07
HSL43.16º60%81.37%-
HSV(B)43.16º24.15%92.55%-
XYZ68.3272.2753-
YUV220.11104.8139.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.17%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 179 (70.31% from 255) = 28.19%
R=37.17%
G=34.65%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622017900.070.240.0743.166081.37
HexECDCB3071872b3c51
Octal354334263073075374121
Binary1110110011011100101100110111110001111010111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCB3; }

 p { color: rgb(236,220,179); }

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

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

 a { background-color: rgb(236,220,179); }

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

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

 span { border-color: rgb(236,220,179); }

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