#ECDBC1

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

Shades of Solitaire #ECDBC1

Tints of Solitaire #ECDBC1

Color information

#ECDBC1 (or 0xECDBC1) is unknown color: approx Solitaire. HEX triplet: EC, DB and C1. RGB value is (236,219,193). Sum of RGB (Red+Green+Blue) = 236+219+193=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBC1 is #13243E. Grayscale: #DDDDDD. Windows color (decimal): -1254463 or 12704748. OLE color: 12704748.

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

Color convert

RGB236219193-
CMYK00.070.180.07
HSL36.28º53.09%84.12%-
HSV(B)36.28º18.22%92.55%-
XYZ69.5572.3560.75-
YUV221.12112.13138.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.42%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 193 (75.78% from 255) = 29.78%
R=36.42%
G=33.80%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621919300.070.180.0736.2853.0984.12
HexECDBC107127243554
Octal354333301072274465124
Binary1110110011011011110000010111100101111001001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBC1; }

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

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

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

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

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

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

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

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