#ECDABA

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

Shades of Champagne #ECDABA

Tints of Champagne #ECDABA

Color information

#ECDABA (or 0xECDABA) is unknown color: approx Champagne. HEX triplet: EC, DA and BA. RGB value is (236,218,186). Sum of RGB (Red+Green+Blue) = 236+218+186=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDABA is #132545. Grayscale: #DBDBDB. Windows color (decimal): -1254726 or 12245740. OLE color: 12245740.

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

Color convert

RGB236218186-
CMYK00.080.210.07
HSL38.4º56.82%82.75%-
HSV(B)38.4º21.19%92.55%-
XYZ68.5371.5256.65-
YUV219.73108.96139.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.88%
GREEN value IS 218 (85.55% from 255) = 34.06%
BLUE value IS 186 (73.05% from 255) = 29.06%
R=36.88%
G=34.06%
B=29.06%

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
Decimal23621818600.080.210.0738.456.8282.75
HexECDABA08157263953
Octal3543322720102574671123
Binary11101100110110101011101001000101011111001101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDABA; }

 p { color: rgb(236,218,186); }

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

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

 a { background-color: rgb(236,218,186); }

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

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

 span { border-color: rgb(236,218,186); }

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