#E9D6BE

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

Shades of Solitaire #E9D6BE

Tints of Solitaire #E9D6BE

Color information

#E9D6BE (or 0xE9D6BE) is unknown color: approx Solitaire. HEX triplet: E9, D6 and BE. RGB value is (233,214,190). Sum of RGB (Red+Green+Blue) = 233+214+190=637 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.58% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D6BE is #162941. Grayscale: #D9D9D9. Windows color (decimal): -1452354 or 12506857. OLE color: 12506857.

HSL color Cylindrical-coordinate representation of color #E9D6BE: hue angle of 33.49º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9D6BE is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB233214190-
CMYK00.080.180.09
HSL33.49º49.43%82.94%-
HSV(B)33.49º18.45%91.37%-
XYZ66.9569.1358.53-
YUV216.94112.79139.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.58%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 190 (74.61% from 255) = 29.83%
R=36.58%
G=33.59%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321419000.080.180.0933.4949.4382.94
HexE9D6BE08129213153
Octal35132627601022114161123
Binary111010011101011010111110010001001010011000011100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D6BE; }

 p { color: rgb(233,214,190); }

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

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

 a { background-color: rgb(233,214,190); }

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

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

 span { border-color: rgb(233,214,190); }

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