#E8D5BD

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

Shades of Solitaire #E8D5BD

Tints of Solitaire #E8D5BD

Color information

#E8D5BD (or 0xE8D5BD) is unknown color: approx Solitaire. HEX triplet: E8, D5 and BD. RGB value is (232,213,189). Sum of RGB (Red+Green+Blue) = 232+213+189=634 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.59% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D5BD is #172A42. Grayscale: #D8D8D8. Windows color (decimal): -1518147 or 12441064. OLE color: 12441064.

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

Color convert

RGB232213189-
CMYK00.080.190.09
HSL33.49º48.31%82.55%-
HSV(B)33.49º18.53%90.98%-
XYZ66.2668.4257.86-
YUV215.94112.79139.45-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.59%
GREEN value IS 213 (83.59% from 255) = 33.60%
BLUE value IS 189 (74.22% from 255) = 29.81%
R=36.59%
G=33.60%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221318900.080.190.0933.4948.3182.55
HexE8D5BD08139213053
Octal35032527501023114160123
Binary111010001101010110111101010001001110011000011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D5BD; }

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

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

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

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

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

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

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

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