#EDDBBA

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

Shades of Champagne #EDDBBA

Tints of Champagne #EDDBBA

Color information

#EDDBBA (or 0xEDDBBA) is unknown color: approx Champagne. HEX triplet: ED, DB and BA. RGB value is (237,219,186). Sum of RGB (Red+Green+Blue) = 237+219+186=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBBA is #122445. Grayscale: #DCDCDC. Windows color (decimal): -1188934 or 12245997. OLE color: 12245997.

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

Color convert

RGB237219186-
CMYK00.080.220.07
HSL38.82º58.62%82.94%-
HSV(B)38.82º21.52%92.94%-
XYZ69.1272.2156.75-
YUV220.62108.46139.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 219 (85.94% from 255) = 34.11%
BLUE value IS 186 (73.05% from 255) = 28.97%
R=36.92%
G=34.11%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721918600.080.220.0738.8258.6282.94
HexEDDBBA08167273b53
Octal3553332720102674773123
Binary11101101110110111011101001000101101111001111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBBA; }

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

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

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

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

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

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

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

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