#E7D8BE

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

Shades of Solitaire #E7D8BE

Tints of Solitaire #E7D8BE

Color information

#E7D8BE (or 0xE7D8BE) is unknown color: approx Solitaire. HEX triplet: E7, D8 and BE. RGB value is (231,216,190). Sum of RGB (Red+Green+Blue) = 231+216+190=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D8BE is #182741. Grayscale: #D9D9D9. Windows color (decimal): -1582914 or 12507367. OLE color: 12507367.

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

Color convert

RGB231216190-
CMYK00.060.180.09
HSL38.05º46.07%82.55%-
HSV(B)38.05º17.75%90.59%-
XYZ66.8169.8258.67-
YUV217.52112.47137.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.26%
GREEN value IS 216 (84.77% from 255) = 33.91%
BLUE value IS 190 (74.61% from 255) = 29.83%
R=36.26%
G=33.91%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121619000.060.180.0938.0546.0782.55
HexE7D8BE06129262e53
Octal3473302760622114656123
Binary11100111110110001011111001101001010011001101011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D8BE; }

 p { color: rgb(231,216,190); }

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

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

 a { background-color: rgb(231,216,190); }

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

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

 span { border-color: rgb(231,216,190); }

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