#E7D2BB

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

Shades of Solitaire #E7D2BB

Tints of Solitaire #E7D2BB

Color information

#E7D2BB (or 0xE7D2BB) is unknown color: approx Solitaire. HEX triplet: E7, D2 and BB. RGB value is (231,210,187). Sum of RGB (Red+Green+Blue) = 231+210+187=628 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.78% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2BB is #182D44. Grayscale: #D5D5D5. Windows color (decimal): -1584453 or 12309223. OLE color: 12309223.

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

Color convert

RGB231210187-
CMYK00.090.190.09
HSL31.36º47.83%81.96%-
HSV(B)31.36º19.05%90.59%-
XYZ64.9766.6756.46-
YUV213.66112.96140.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.78%
GREEN value IS 210 (82.42% from 255) = 33.44%
BLUE value IS 187 (73.44% from 255) = 29.78%
R=36.78%
G=33.44%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121018700.090.190.0931.3647.8381.96
HexE7D2BB091391f3052
Octal34732227301123113760122
Binary11100111110100101011101101001100111001111111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D2BB; }

 p { color: rgb(231,210,187); }

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

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

 a { background-color: rgb(231,210,187); }

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

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

 span { border-color: rgb(231,210,187); }

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