#EDD8B2

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

Shades of Champagne #EDD8B2

Tints of Champagne #EDD8B2

Color information

#EDD8B2 (or 0xEDD8B2) is unknown color: approx Champagne. HEX triplet: ED, D8 and B2. RGB value is (237,216,178). Sum of RGB (Red+Green+Blue) = 237+216+178=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 178 (69.92% from 255 or 28.21% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD8B2 is #12274D. Grayscale: #DADADA. Windows color (decimal): -1189710 or 11720941. OLE color: 11720941.

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

Color convert

RGB237216178-
CMYK00.090.250.07
HSL38.64º62.11%81.37%-
HSV(B)38.64º24.89%92.94%-
XYZ67.5270.3352.14-
YUV217.95105.46141.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 216 (84.77% from 255) = 34.23%
BLUE value IS 178 (69.92% from 255) = 28.21%
R=37.56%
G=34.23%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721617800.090.250.0738.6462.1181.37
HexEDD8B209197273e51
Octal3553302620113174776121
Binary11101101110110001011001001001110011111001111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD8B2; }

 p { color: rgb(237,216,178); }

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

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

 a { background-color: rgb(237,216,178); }

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

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

 span { border-color: rgb(237,216,178); }

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