#EEDABC

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

Shades of Champagne #EEDABC

Tints of Champagne #EEDABC

Color information

#EEDABC (or 0xEEDABC) is unknown color: approx Champagne. HEX triplet: EE, DA and BC. RGB value is (238,218,188). Sum of RGB (Red+Green+Blue) = 238+218+188=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 188 (73.83% from 255 or 29.19% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDABC is #112543. Grayscale: #DCDCDC. Windows color (decimal): -1123652 or 12376814. OLE color: 12376814.

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

Color convert

RGB238218188-
CMYK00.080.210.07
HSL36º59.52%83.53%-
HSV(B)36º21.01%93.33%-
XYZ69.4171.9557.81-
YUV220.56109.63140.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.96%
GREEN value IS 218 (85.55% from 255) = 33.85%
BLUE value IS 188 (73.83% from 255) = 29.19%
R=36.96%
G=33.85%
B=29.19%

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
Decimal23821818800.080.210.073659.5283.53
HexEEDABC08157243c54
Octal3563322740102574474124
Binary11101110110110101011110001000101011111001001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDABC; }

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

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

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

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

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

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

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

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