#E7D6BD

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

Shades of Solitaire #E7D6BD

Tints of Solitaire #E7D6BD

Color information

#E7D6BD (or 0xE7D6BD) is unknown color: approx Solitaire. HEX triplet: E7, D6 and BD. RGB value is (231,214,189). Sum of RGB (Red+Green+Blue) = 231+214+189=634 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.44% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D6BD is #182942. Grayscale: #D8D8D8. Windows color (decimal): -1583427 or 12441319. OLE color: 12441319.

HSL color Cylindrical-coordinate representation of color #E7D6BD: hue angle of 35.71º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7D6BD is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB231214189-
CMYK00.070.180.09
HSL35.71º46.67%82.35%-
HSV(B)35.71º18.18%90.59%-
XYZ66.1968.7657.93-
YUV216.23112.63138.53-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.44%
GREEN value IS 214 (83.98% from 255) = 33.75%
BLUE value IS 189 (74.22% from 255) = 29.81%
R=36.44%
G=33.75%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121418900.070.180.0935.7146.6782.35
HexE7D6BD07129242f52
Octal3473262750722114457122
Binary11100111110101101011110101111001010011001001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D6BD; }

 p { color: rgb(231,214,189); }

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

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

 a { background-color: rgb(231,214,189); }

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

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

 span { border-color: rgb(231,214,189); }

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