#ECDAB4

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

Shades of Champagne #ECDAB4

Tints of Champagne #ECDAB4

Color information

#ECDAB4 (or 0xECDAB4) is unknown color: approx Champagne. HEX triplet: EC, DA and B4. RGB value is (236,218,180). Sum of RGB (Red+Green+Blue) = 236+218+180=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 180 (70.70% from 255 or 28.39% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDAB4 is #13254B. Grayscale: #DBDBDB. Windows color (decimal): -1254732 or 11852524. OLE color: 11852524.

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

Color convert

RGB236218180-
CMYK00.080.240.07
HSL40.71º59.57%81.57%-
HSV(B)40.71º23.73%92.55%-
XYZ67.971.2753.36-
YUV219.05105.96140.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.22%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 180 (70.70% from 255) = 28.39%
R=37.22%
G=34.38%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621818000.080.240.0740.7159.5781.57
HexECDAB408187293c52
Octal3543322640103075174122
Binary11101100110110101011010001000110001111010011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAB4; }

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

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

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

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

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

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

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

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