#E6D5BF

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

Shades of Solitaire #E6D5BF

Tints of Solitaire #E6D5BF

Color information

#E6D5BF (or 0xE6D5BF) is unknown color: approx Solitaire. HEX triplet: E6, D5 and BF. RGB value is (230,213,191). Sum of RGB (Red+Green+Blue) = 230+213+191=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D5BF is #192A40. Grayscale: #D7D7D7. Windows color (decimal): -1649217 or 12572134. OLE color: 12572134.

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

Color convert

RGB230213191-
CMYK00.070.170.10
HSL33.85º43.82%82.55%-
HSV(B)33.85º16.96%90.2%-
XYZ65.8368.1758.98-
YUV215.58114.13138.29-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.28%
GREEN value IS 213 (83.59% from 255) = 33.60%
BLUE value IS 191 (75% from 255) = 30.13%
R=36.28%
G=33.60%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021319100.070.170.1033.8543.8282.55
HexE6D5BF0711A222c53
Octal3463252770721124254123
Binary11100110110101011011111101111000110101000101011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D5BF; }

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

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

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

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

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

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

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

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