#EDDAB8

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

Shades of Champagne #EDDAB8

Tints of Champagne #EDDAB8

Color information

#EDDAB8 (or 0xEDDAB8) is unknown color: approx Champagne. HEX triplet: ED, DA and B8. RGB value is (237,218,184). Sum of RGB (Red+Green+Blue) = 237+218+184=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 184 (72.27% from 255 or 28.79% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDAB8 is #122547. Grayscale: #DBDBDB. Windows color (decimal): -1189192 or 12114669. OLE color: 12114669.

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

Color convert

RGB237218184-
CMYK00.080.220.07
HSL38.49º59.55%82.55%-
HSV(B)38.49º22.36%92.94%-
XYZ68.6571.6155.55-
YUV219.8107.79140.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.09%
GREEN value IS 218 (85.55% from 255) = 34.12%
BLUE value IS 184 (72.27% from 255) = 28.79%
R=37.09%
G=34.12%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721818400.080.220.0738.4959.5582.55
HexEDDAB808167263c53
Octal3553322700102674674123
Binary11101101110110101011100001000101101111001101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDAB8; }

 p { color: rgb(237,218,184); }

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

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

 a { background-color: rgb(237,218,184); }

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

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

 span { border-color: rgb(237,218,184); }

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