#E7D4BE

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

Shades of Solitaire #E7D4BE

Tints of Solitaire #E7D4BE

Color information

#E7D4BE (or 0xE7D4BE) is unknown color: approx Solitaire. HEX triplet: E7, D4 and BE. RGB value is (231,212,190). Sum of RGB (Red+Green+Blue) = 231+212+190=633 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.49% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D4BE is #182B41. Grayscale: #D7D7D7. Windows color (decimal): -1583938 or 12506343. OLE color: 12506343.

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

Color convert

RGB231212190-
CMYK00.080.180.09
HSL32.2º46.07%82.55%-
HSV(B)32.2º17.75%90.59%-
XYZ65.7967.7958.33-
YUV215.17113.79139.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.49%
GREEN value IS 212 (83.20% from 255) = 33.49%
BLUE value IS 190 (74.61% from 255) = 30.02%
R=36.49%
G=33.49%
B=30.02%

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
Decimal23121219000.080.180.0932.246.0782.55
HexE7D4BE08129202e53
Octal34732427601022114056123
Binary111001111101010010111110010001001010011000001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D4BE; }

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

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

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

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

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

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

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

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