#ECDBBE

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

Shades of Solitaire #ECDBBE

Tints of Solitaire #ECDBBE

Color information

#ECDBBE (or 0xECDBBE) is unknown color: approx Solitaire. HEX triplet: EC, DB and BE. RGB value is (236,219,190). Sum of RGB (Red+Green+Blue) = 236+219+190=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 190 (74.61% from 255 or 29.46% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBBE is #132441. Grayscale: #DCDCDC. Windows color (decimal): -1254466 or 12508140. OLE color: 12508140.

HSL color Cylindrical-coordinate representation of color #ECDBBE: hue angle of 37.83º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECDBBE is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236219190-
CMYK00.070.190.07
HSL37.83º54.76%83.53%-
HSV(B)37.83º19.49%92.55%-
XYZ69.2272.2159.01-
YUV220.78110.63138.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.59%
GREEN value IS 219 (85.94% from 255) = 33.95%
BLUE value IS 190 (74.61% from 255) = 29.46%
R=36.59%
G=33.95%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621919000.070.190.0737.8354.7683.53
HexECDBBE07137263754
Octal354333276072374667124
Binary1110110011011011101111100111100111111001101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBBE; }

 p { color: rgb(236,219,190); }

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

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

 a { background-color: rgb(236,219,190); }

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

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

 span { border-color: rgb(236,219,190); }

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