#EDDBBB

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

Shades of Champagne #EDDBBB

Tints of Champagne #EDDBBB

Color information

#EDDBBB (or 0xEDDBBB) is unknown color: approx Champagne. HEX triplet: ED, DB and BB. RGB value is (237,219,187). Sum of RGB (Red+Green+Blue) = 237+219+187=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBBB is #122444. Grayscale: #DCDCDC. Windows color (decimal): -1188933 or 12311533. OLE color: 12311533.

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

Color convert

RGB237219187-
CMYK00.080.210.07
HSL38.4º58.14%83.14%-
HSV(B)38.4º21.1%92.94%-
XYZ69.2372.2657.31-
YUV220.73108.96139.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 219 (85.94% from 255) = 34.06%
BLUE value IS 187 (73.44% from 255) = 29.08%
R=36.86%
G=34.06%
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
Decimal23721918700.080.210.0738.458.1483.14
HexEDDBBB08157263a53
Octal3553332730102574672123
Binary11101101110110111011101101000101011111001101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBBB; }

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

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

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

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

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

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

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

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