#E6D1BB

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

Shades of Solitaire #E6D1BB

Tints of Solitaire #E6D1BB

Color information

#E6D1BB (or 0xE6D1BB) is unknown color: approx Solitaire. HEX triplet: E6, D1 and BB. RGB value is (230,209,187). Sum of RGB (Red+Green+Blue) = 230+209+187=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D1BB is #192E44. Grayscale: #D4D4D4. Windows color (decimal): -1650245 or 12308966. OLE color: 12308966.

HSL color Cylindrical-coordinate representation of color #E6D1BB: hue angle of 30.7º degrees, saturation: 0.46, 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 #E6D1BB is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB230209187-
CMYK00.090.190.10
HSL30.7º46.24%81.76%-
HSV(B)30.7º18.7%90.2%-
XYZ64.466.0156.36-
YUV212.77113.46140.29-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.74%
GREEN value IS 209 (82.03% from 255) = 33.39%
BLUE value IS 187 (73.44% from 255) = 29.87%
R=36.74%
G=33.39%
B=29.87%

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
Decimal23020918700.090.190.1030.746.2481.76
HexE6D1BB0913A1f2e52
Octal34632127301123123756122
Binary11100110110100011011101101001100111010111111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D1BB; }

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

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

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

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

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

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

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

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