#EBD8BB

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

Shades of Champagne #EBD8BB

Tints of Champagne #EBD8BB

Color information

#EBD8BB (or 0xEBD8BB) is unknown color: approx Champagne. HEX triplet: EB, D8 and BB. RGB value is (235,216,187). Sum of RGB (Red+Green+Blue) = 235+216+187=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8BB is #142744. Grayscale: #DADADA. Windows color (decimal): -1320773 or 12310763. OLE color: 12310763.

HSL color Cylindrical-coordinate representation of color #EBD8BB: hue angle of 36.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBD8BB is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235216187-
CMYK00.080.200.08
HSL36.25º54.55%82.75%-
HSV(B)36.25º20.43%92.16%-
XYZ67.7970.3657.02-
YUV218.38110.29139.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.83%
GREEN value IS 216 (84.77% from 255) = 33.86%
BLUE value IS 187 (73.44% from 255) = 29.31%
R=36.83%
G=33.86%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521618700.080.200.0836.2554.5582.75
HexEBD8BB08148243753
Octal35333027301024104467123
Binary111010111101100010111011010001010010001001001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8BB; }

 p { color: rgb(235,216,187); }

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

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

 a { background-color: rgb(235,216,187); }

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

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

 span { border-color: rgb(235,216,187); }

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