#EED6B5

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

Shades of Champagne #EED6B5

Tints of Champagne #EED6B5

Color information

#EED6B5 (or 0xEED6B5) is unknown color: approx Champagne. HEX triplet: EE, D6 and B5. RGB value is (238,214,181). Sum of RGB (Red+Green+Blue) = 238+214+181=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 181 (71.09% from 255 or 28.59% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6B5 is #11294A. Grayscale: #D9D9D9. Windows color (decimal): -1124683 or 11917038. OLE color: 11917038.

HSL color Cylindrical-coordinate representation of color #EED6B5: hue angle of 34.74º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EED6B5 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB238214181-
CMYK00.100.240.07
HSL34.74º62.64%82.16%-
HSV(B)34.74º23.95%93.33%-
XYZ67.6569.6153.59-
YUV217.41107.45142.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.60%
GREEN value IS 214 (83.98% from 255) = 33.81%
BLUE value IS 181 (71.09% from 255) = 28.59%
R=37.60%
G=33.81%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821418100.100.240.0734.7462.6482.16
HexEED6B50A187233f52
Octal3563262650123074377122
Binary11101110110101101011010101010110001111000111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6B5; }

 p { color: rgb(238,214,181); }

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

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

 a { background-color: rgb(238,214,181); }

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

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

 span { border-color: rgb(238,214,181); }

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