#EEDABB

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

Shades of Champagne #EEDABB

Tints of Champagne #EEDABB

Color information

#EEDABB (or 0xEEDABB) is unknown color: approx Champagne. HEX triplet: EE, DA and BB. RGB value is (238,218,187). Sum of RGB (Red+Green+Blue) = 238+218+187=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDABB is #112544. Grayscale: #DCDCDC. Windows color (decimal): -1123653 or 12311278. OLE color: 12311278.

HSL color Cylindrical-coordinate representation of color #EEDABB: hue angle of 36.47º degrees, saturation: 0.6, 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 #EEDABB is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB238218187-
CMYK00.080.210.07
HSL36.47º60%83.33%-
HSV(B)36.47º21.43%93.33%-
XYZ69.371.9157.24-
YUV220.45109.13140.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.01%
GREEN value IS 218 (85.55% from 255) = 33.90%
BLUE value IS 187 (73.44% from 255) = 29.08%
R=37.01%
G=33.90%
B=29.08%

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
Decimal23821818700.080.210.0736.476083.33
HexEEDABB08157243c53
Octal3563322730102574474123
Binary11101110110110101011101101000101011111001001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDABB; }

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

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

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

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

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

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

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

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