#ECDCB5

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

Shades of Champagne #ECDCB5

Tints of Champagne #ECDCB5

Color information

#ECDCB5 (or 0xECDCB5) is unknown color: approx Champagne. HEX triplet: EC, DC and B5. RGB value is (236,220,181). Sum of RGB (Red+Green+Blue) = 236+220+181=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCB5 is #13234A. Grayscale: #DCDCDC. Windows color (decimal): -1254219 or 11918572. OLE color: 11918572.

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

Color convert

RGB236220181-
CMYK00.070.230.07
HSL42.55º59.14%81.76%-
HSV(B)42.55º23.31%92.55%-
XYZ68.5372.3654.07-
YUV220.34105.8139.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 181 (71.09% from 255) = 28.41%
R=37.05%
G=34.54%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622018100.070.230.0742.5559.1481.76
HexECDCB5071772b3b52
Octal354334265072775373122
Binary1110110011011100101101010111101111111010111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCB5; }

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

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

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

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

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

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

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

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