#EEDBB2

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

Shades of Champagne #EEDBB2

Tints of Champagne #EEDBB2

Color information

#EEDBB2 (or 0xEEDBB2) is unknown color: approx Champagne. HEX triplet: EE, DB and B2. RGB value is (238,219,178). Sum of RGB (Red+Green+Blue) = 238+219+178=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 178 (69.92% from 255 or 28.03% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDBB2 is #11244D. Grayscale: #DCDCDC. Windows color (decimal): -1123406 or 11721710. OLE color: 11721710.

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

Color convert

RGB238219178-
CMYK00.080.250.07
HSL41º63.83%81.57%-
HSV(B)41º25.21%93.33%-
XYZ68.6372.0552.41-
YUV220.01104.29140.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 219 (85.94% from 255) = 34.49%
BLUE value IS 178 (69.92% from 255) = 28.03%
R=37.48%
G=34.49%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821917800.080.250.074163.8381.57
HexEEDBB208197294052
Octal35633326201031751100122
Binary111011101101101110110010010001100111110100110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBB2; }

 p { color: rgb(238,219,178); }

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

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

 a { background-color: rgb(238,219,178); }

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

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

 span { border-color: rgb(238,219,178); }

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