#EDD9B6

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

Shades of Champagne #EDD9B6

Tints of Champagne #EDD9B6

Color information

#EDD9B6 (or 0xEDD9B6) is unknown color: approx Champagne. HEX triplet: ED, D9 and B6. RGB value is (237,217,182). Sum of RGB (Red+Green+Blue) = 237+217+182=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 182 (71.48% from 255 or 28.62% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9B6 is #122649. Grayscale: #DBDBDB. Windows color (decimal): -1189450 or 11983341. OLE color: 11983341.

HSL color Cylindrical-coordinate representation of color #EDD9B6: hue angle of 38.18º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDD9B6 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB237217182-
CMYK00.080.230.07
HSL38.18º60.44%82.16%-
HSV(B)38.18º23.21%92.94%-
XYZ68.1871.0154.37-
YUV218.99107.13140.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 217 (85.16% from 255) = 34.12%
BLUE value IS 182 (71.48% from 255) = 28.62%
R=37.26%
G=34.12%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721718200.080.230.0738.1860.4482.16
HexEDD9B608177263c52
Octal3553312660102774674122
Binary11101101110110011011011001000101111111001101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9B6; }

 p { color: rgb(237,217,182); }

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

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

 a { background-color: rgb(237,217,182); }

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

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

 span { border-color: rgb(237,217,182); }

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