#E9D6BF

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

Shades of Solitaire #E9D6BF

Tints of Solitaire #E9D6BF

Color information

#E9D6BF (or 0xE9D6BF) is unknown color: approx Solitaire. HEX triplet: E9, D6 and BF. RGB value is (233,214,191). Sum of RGB (Red+Green+Blue) = 233+214+191=638 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.52% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D6BF is #162940. Grayscale: #D9D9D9. Windows color (decimal): -1452353 or 12572393. OLE color: 12572393.

HSL color Cylindrical-coordinate representation of color #E9D6BF: hue angle of 32.86º 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 #E9D6BF is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB233214191-
CMYK00.080.180.09
HSL32.86º48.84%83.14%-
HSV(B)32.86º18.03%91.37%-
XYZ67.0569.1859.11-
YUV217.06113.29139.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.52%
GREEN value IS 214 (83.98% from 255) = 33.54%
BLUE value IS 191 (75% from 255) = 29.94%
R=36.52%
G=33.54%
B=29.94%

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
Decimal23321419100.080.180.0932.8648.8483.14
HexE9D6BF08129213153
Octal35132627701022114161123
Binary111010011101011010111111010001001010011000011100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D6BF; }

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

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

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

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

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

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

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

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