#E6D5BB

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

Shades of Solitaire #E6D5BB

Tints of Solitaire #E6D5BB

Color information

#E6D5BB (or 0xE6D5BB) is unknown color: approx Solitaire. HEX triplet: E6, D5 and BB. RGB value is (230,213,187). Sum of RGB (Red+Green+Blue) = 230+213+187=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D5BB is #192A44. Grayscale: #D7D7D7. Windows color (decimal): -1649221 or 12309990. OLE color: 12309990.

HSL color Cylindrical-coordinate representation of color #E6D5BB: hue angle of 36.28º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6D5BB is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB230213187-
CMYK00.070.190.10
HSL36.28º46.24%81.76%-
HSV(B)36.28º18.7%90.2%-
XYZ65.46856.69-
YUV215.12112.13138.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.51%
GREEN value IS 213 (83.59% from 255) = 33.81%
BLUE value IS 187 (73.44% from 255) = 29.68%
R=36.51%
G=33.81%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021318700.070.190.1036.2846.2481.76
HexE6D5BB0713A242e52
Octal3463252730723124456122
Binary11100110110101011011101101111001110101001001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D5BB; }

 p { color: rgb(230,213,187); }

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

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

 a { background-color: rgb(230,213,187); }

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

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

 span { border-color: rgb(230,213,187); }

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