#e6d2bc

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

Shades of Solitaire #E6D2BC

Tints of Solitaire #E6D2BC

Color information

#E6D2BC (or 0xE6D2BC) is unknown color: approx Solitaire. HEX triplet: E6, D2 and BC. RGB value is (230,210,188). Sum of RGB (Red+Green+Blue) = 230+210+188=628 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.62% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D2BC is #192D43. Grayscale: #D5D5D5. Windows color (decimal): -1649988 or 12374758. OLE color: 12374758.

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

Color convert

RGB230210188-
CMYK00.090.180.10
HSL31.43º45.65%81.96%-
HSV(B)31.43º18.26%90.2%-
XYZ64.7666.5557.01-
YUV213.47113.63139.79-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.62%
GREEN value IS 210 (82.42% from 255) = 33.44%
BLUE value IS 188 (73.83% from 255) = 29.94%
R=36.62%
G=33.44%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021018800.090.180.1031.4345.6581.96
HexE6D2BC0912A1f2e52
Octal34632227401122123756122
Binary11100110110100101011110001001100101010111111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6d2bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6d2bc; }

 p { color: rgb(230,210,188); }

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

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

 a { background-color: rgb(230,210,188); }

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

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

 span { border-color: rgb(230,210,188); }

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