#ECDABC

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

Shades of Champagne #ECDABC

Tints of Champagne #ECDABC

Color information

#ECDABC (or 0xECDABC) is unknown color: approx Champagne. HEX triplet: EC, DA and BC. RGB value is (236,218,188). Sum of RGB (Red+Green+Blue) = 236+218+188=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 188 (73.83% from 255 or 29.28% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDABC is #132543. Grayscale: #DCDCDC. Windows color (decimal): -1254724 or 12376812. OLE color: 12376812.

HSL color Cylindrical-coordinate representation of color #ECDABC: hue angle of 37.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECDABC is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236218188-
CMYK00.080.200.07
HSL37.5º55.81%83.14%-
HSV(B)37.5º20.34%92.55%-
XYZ68.7471.6157.78-
YUV219.96109.96139.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.76%
GREEN value IS 218 (85.55% from 255) = 33.96%
BLUE value IS 188 (73.83% from 255) = 29.28%
R=36.76%
G=33.96%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621818800.080.200.0737.555.8183.14
HexECDABC08147263853
Octal3543322740102474670123
Binary11101100110110101011110001000101001111001101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDABC; }

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

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

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

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

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

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

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

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