#EEDBBA

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

Shades of Champagne #EEDBBA

Tints of Champagne #EEDBBA

Color information

#EEDBBA (or 0xEEDBBA) is unknown color: approx Champagne. HEX triplet: EE, DB and BA. RGB value is (238,219,186). Sum of RGB (Red+Green+Blue) = 238+219+186=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBBA is #112445. Grayscale: #DDDDDD. Windows color (decimal): -1123398 or 12245998. OLE color: 12245998.

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

Color convert

RGB238219186-
CMYK00.080.220.07
HSL38.08º60.47%83.14%-
HSV(B)38.08º21.85%93.33%-
XYZ69.4572.3956.77-
YUV220.92108.29140.18-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.01%
GREEN value IS 219 (85.94% from 255) = 34.06%
BLUE value IS 186 (73.05% from 255) = 28.93%
R=37.01%
G=34.06%
B=28.93%

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
Decimal23821918600.080.220.0738.0860.4783.14
HexEEDBBA08167263c53
Octal3563332720102674674123
Binary11101110110110111011101001000101101111001101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBBA; }

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

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

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

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

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

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

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

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