#E6D1BA

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

Shades of Solitaire #E6D1BA

Tints of Solitaire #E6D1BA

Color information

#E6D1BA (or 0xE6D1BA) is unknown color: approx Solitaire. HEX triplet: E6, D1 and BA. RGB value is (230,209,186). Sum of RGB (Red+Green+Blue) = 230+209+186=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D1BA is #192E45. Grayscale: #D4D4D4. Windows color (decimal): -1650246 or 12243430. OLE color: 12243430.

HSL color Cylindrical-coordinate representation of color #E6D1BA: hue angle of 31.36º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6D1BA is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB230209186-
CMYK00.090.190.10
HSL31.36º46.81%81.57%-
HSV(B)31.36º19.13%90.2%-
XYZ64.365.9755.8-
YUV212.66112.96140.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.8%
GREEN value IS 209 (82.03% from 255) = 33.44%
BLUE value IS 186 (73.05% from 255) = 29.76%
R=36.8%
G=33.44%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020918600.090.190.1031.3646.8181.57
HexE6D1BA0913A1f2f52
Octal34632127201123123757122
Binary11100110110100011011101001001100111010111111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D1BA; }

 p { color: rgb(230,209,186); }

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

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

 a { background-color: rgb(230,209,186); }

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

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

 span { border-color: rgb(230,209,186); }

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