#EDDBB3

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

Shades of Champagne #EDDBB3

Tints of Champagne #EDDBB3

Color information

#EDDBB3 (or 0xEDDBB3) is unknown color: approx Champagne. HEX triplet: ED, DB and B3. RGB value is (237,219,179). Sum of RGB (Red+Green+Blue) = 237+219+179=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBB3 is #12244C. Grayscale: #DBDBDB. Windows color (decimal): -1188941 or 11787245. OLE color: 11787245.

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

Color convert

RGB237219179-
CMYK00.080.240.07
HSL41.38º61.7%81.57%-
HSV(B)41.38º24.47%92.94%-
XYZ68.3971.9252.93-
YUV219.82104.96140.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 219 (85.94% from 255) = 34.49%
BLUE value IS 179 (70.31% from 255) = 28.19%
R=37.32%
G=34.49%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721917900.080.240.0741.3861.781.57
HexEDDBB308187293e52
Octal3553332630103075176122
Binary11101101110110111011001101000110001111010011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBB3; }

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

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

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

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

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

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

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

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