#EDDABB

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

Shades of Champagne #EDDABB

Tints of Champagne #EDDABB

Color information

#EDDABB (or 0xEDDABB) is unknown color: approx Champagne. HEX triplet: ED, DA and BB. RGB value is (237,218,187). Sum of RGB (Red+Green+Blue) = 237+218+187=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDABB is #122544. Grayscale: #DCDCDC. Windows color (decimal): -1189189 or 12311277. OLE color: 12311277.

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

Color convert

RGB237218187-
CMYK00.080.210.07
HSL37.2º58.14%83.14%-
HSV(B)37.2º21.1%92.94%-
XYZ68.9771.7457.23-
YUV220.15109.29140.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 218 (85.55% from 255) = 33.96%
BLUE value IS 187 (73.44% from 255) = 29.13%
R=36.92%
G=33.96%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721818700.080.210.0737.258.1483.14
HexEDDABB08157253a53
Octal3553322730102574572123
Binary11101101110110101011101101000101011111001011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDABB; }

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

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

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

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

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

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

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

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