#E8D5BF

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

Shades of Solitaire #E8D5BF

Tints of Solitaire #E8D5BF

Color information

#E8D5BF (or 0xE8D5BF) is unknown color: approx Solitaire. HEX triplet: E8, D5 and BF. RGB value is (232,213,191). Sum of RGB (Red+Green+Blue) = 232+213+191=636 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.48% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D5BF is #172A40. Grayscale: #D8D8D8. Windows color (decimal): -1518145 or 12572136. OLE color: 12572136.

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

Color convert

RGB232213191-
CMYK00.080.180.09
HSL32.2º47.13%82.94%-
HSV(B)32.2º17.67%90.98%-
XYZ66.4868.5159.01-
YUV216.17113.79139.29-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.48%
GREEN value IS 213 (83.59% from 255) = 33.49%
BLUE value IS 191 (75% from 255) = 30.03%
R=36.48%
G=33.49%
B=30.03%

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
Decimal23221319100.080.180.0932.247.1382.94
HexE8D5BF08129202f53
Octal35032527701022114057123
Binary111010001101010110111111010001001010011000001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D5BF; }

 p { color: rgb(232,213,191); }

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

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

 a { background-color: rgb(232,213,191); }

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

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

 span { border-color: rgb(232,213,191); }

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