#EDDBB9

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

Shades of Champagne #EDDBB9

Tints of Champagne #EDDBB9

Color information

#EDDBB9 (or 0xEDDBB9) is unknown color: approx Champagne. HEX triplet: ED, DB and B9. RGB value is (237,219,185). Sum of RGB (Red+Green+Blue) = 237+219+185=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 185 (72.66% from 255 or 28.86% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBB9 is #122446. Grayscale: #DCDCDC. Windows color (decimal): -1188935 or 12180461. OLE color: 12180461.

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

Color convert

RGB237219185-
CMYK00.080.220.07
HSL39.23º59.09%82.75%-
HSV(B)39.23º21.94%92.94%-
XYZ69.0172.1756.19-
YUV220.51107.96139.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 185 (72.66% from 255) = 28.86%
R=36.97%
G=34.17%
B=28.86%

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
Decimal23721918500.080.220.0739.2359.0982.75
HexEDDBB908167273b53
Octal3553332710102674773123
Binary11101101110110111011100101000101101111001111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBB9; }

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

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

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

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

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

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

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

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