#ECDBBA

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

Shades of Champagne #ECDBBA

Tints of Champagne #ECDBBA

Color information

#ECDBBA (or 0xECDBBA) is unknown color: approx Champagne. HEX triplet: EC, DB and BA. RGB value is (236,219,186). Sum of RGB (Red+Green+Blue) = 236+219+186=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBBA is #132445. Grayscale: #DCDCDC. Windows color (decimal): -1254470 or 12245996. OLE color: 12245996.

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

Color convert

RGB236219186-
CMYK00.070.210.07
HSL39.6º56.82%82.75%-
HSV(B)39.6º21.19%92.55%-
XYZ68.7972.0456.73-
YUV220.32108.63139.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 186 (73.05% from 255) = 29.02%
R=36.82%
G=34.17%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621918600.070.210.0739.656.8282.75
HexECDBBA07157283953
Octal354333272072575071123
Binary1110110011011011101110100111101011111010001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBBA; }

 p { color: rgb(236,219,186); }

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

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

 a { background-color: rgb(236,219,186); }

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

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

 span { border-color: rgb(236,219,186); }

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