#EDDCB6

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

Shades of Champagne #EDDCB6

Tints of Champagne #EDDCB6

Color information

#EDDCB6 (or 0xEDDCB6) is unknown color: approx Champagne. HEX triplet: ED, DC and B6. RGB value is (237,220,182). Sum of RGB (Red+Green+Blue) = 237+220+182=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 182 (71.48% from 255 or 28.48% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCB6 is #122349. Grayscale: #DCDCDC. Windows color (decimal): -1188682 or 11984109. OLE color: 11984109.

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

Color convert

RGB237220182-
CMYK00.070.230.07
HSL41.45º60.44%82.16%-
HSV(B)41.45º23.21%92.94%-
XYZ68.9672.5754.63-
YUV220.75106.13139.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.09%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 182 (71.48% from 255) = 28.48%
R=37.09%
G=34.43%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722018200.070.230.0741.4560.4482.16
HexEDDCB607177293c52
Octal355334266072775174122
Binary1110110111011100101101100111101111111010011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCB6; }

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

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

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

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

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

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

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

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