#EADBB5

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

Shades of Champagne #EADBB5

Tints of Champagne #EADBB5

Color information

#EADBB5 (or 0xEADBB5) is unknown color: approx Champagne. HEX triplet: EA, DB and B5. RGB value is (234,219,181). Sum of RGB (Red+Green+Blue) = 234+219+181=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 181 (71.09% from 255 or 28.55% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBB5 is #15244A. Grayscale: #DBDBDB. Windows color (decimal): -1385547 or 11918314. OLE color: 11918314.

HSL color Cylindrical-coordinate representation of color #EADBB5: hue angle of 43.02º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EADBB5 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB234219181-
CMYK00.060.230.08
HSL43.02º55.79%81.37%-
HSV(B)43.02º22.65%91.76%-
XYZ67.671.4953.95-
YUV219.15106.47138.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 181 (71.09% from 255) = 28.55%
R=36.91%
G=34.54%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421918100.060.230.0843.0255.7981.37
HexEADBB5061782b3851
Octal3523332650627105370121
Binary11101010110110111011010101101011110001010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBB5; }

 p { color: rgb(234,219,181); }

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

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

 a { background-color: rgb(234,219,181); }

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

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

 span { border-color: rgb(234,219,181); }

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