#EDDBB4

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

Shades of Champagne #EDDBB4

Tints of Champagne #EDDBB4

Color information

#EDDBB4 (or 0xEDDBB4) is unknown color: approx Champagne. HEX triplet: ED, DB and B4. RGB value is (237,219,180). Sum of RGB (Red+Green+Blue) = 237+219+180=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 180 (70.70% from 255 or 28.30% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBB4 is #12244B. Grayscale: #DCDCDC. Windows color (decimal): -1188940 or 11852781. OLE color: 11852781.

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

Color convert

RGB237219180-
CMYK00.080.240.07
HSL41.05º61.29%81.76%-
HSV(B)41.05º24.05%92.94%-
XYZ68.4971.9653.46-
YUV219.94105.46140.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 180 (70.70% from 255) = 28.30%
R=37.26%
G=34.43%
B=28.30%

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
Decimal23721918000.080.240.0741.0561.2981.76
HexEDDBB408187293d52
Octal3553332640103075175122
Binary11101101110110111011010001000110001111010011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBB4; }

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

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

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

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

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

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

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

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