#EDDBB6

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

Shades of Champagne #EDDBB6

Tints of Champagne #EDDBB6

Color information

#EDDBB6 (or 0xEDDBB6) is unknown color: approx Champagne. HEX triplet: ED, DB and B6. RGB value is (237,219,182). Sum of RGB (Red+Green+Blue) = 237+219+182=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 182 (71.48% from 255 or 28.53% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBB6 is #122449. Grayscale: #DCDCDC. Windows color (decimal): -1188938 or 11983853. OLE color: 11983853.

HSL color Cylindrical-coordinate representation of color #EDDBB6: hue angle of 40.36º degrees, saturation: 0.6, 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 #EDDBB6 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB237219182-
CMYK00.080.230.07
HSL40.36º60.44%82.16%-
HSV(B)40.36º23.21%92.94%-
XYZ68.772.0454.54-
YUV220.16106.46140.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 219 (85.94% from 255) = 34.33%
BLUE value IS 182 (71.48% from 255) = 28.53%
R=37.15%
G=34.33%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721918200.080.230.0740.3660.4482.16
HexEDDBB608177283c52
Octal3553332660102775074122
Binary11101101110110111011011001000101111111010001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBB6; }

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

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

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

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

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

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

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

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