#ECDABD

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

Shades of Solitaire #ECDABD

Tints of Solitaire #ECDABD

Color information

#ECDABD (or 0xECDABD) is unknown color: approx Solitaire. HEX triplet: EC, DA and BD. RGB value is (236,218,189). Sum of RGB (Red+Green+Blue) = 236+218+189=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDABD is #132542. Grayscale: #DCDCDC. Windows color (decimal): -1254723 or 12442348. OLE color: 12442348.

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

Color convert

RGB236218189-
CMYK00.080.200.07
HSL37.02º55.29%83.33%-
HSV(B)37.02º19.92%92.55%-
XYZ68.8571.6558.35-
YUV220.08110.46139.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.70%
GREEN value IS 218 (85.55% from 255) = 33.90%
BLUE value IS 189 (74.22% from 255) = 29.39%
R=36.70%
G=33.90%
B=29.39%

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
Decimal23621818900.080.200.0737.0255.2983.33
HexECDABD08147253753
Octal3543322750102474567123
Binary11101100110110101011110101000101001111001011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDABD; }

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

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

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

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

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

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

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

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