#EBDBB4

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

Shades of Champagne #EBDBB4

Tints of Champagne #EBDBB4

Color information

#EBDBB4 (or 0xEBDBB4) is unknown color: approx Champagne. HEX triplet: EB, DB and B4. RGB value is (235,219,180). Sum of RGB (Red+Green+Blue) = 235+219+180=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 180 (70.70% from 255 or 28.39% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBB4 is #14244B. Grayscale: #DBDBDB. Windows color (decimal): -1320012 or 11852779. OLE color: 11852779.

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

Color convert

RGB235219180-
CMYK00.070.230.08
HSL42.55º57.89%81.37%-
HSV(B)42.55º23.4%92.16%-
XYZ67.8371.6253.43-
YUV219.34105.8139.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 180 (70.70% from 255) = 28.39%
R=37.07%
G=34.54%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521918000.070.230.0842.5557.8981.37
HexEBDBB4071782b3a51
Octal3533332640727105372121
Binary11101011110110111011010001111011110001010111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBB4; }

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

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

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

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

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

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

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

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