#E6D8BF

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

Shades of Solitaire #E6D8BF

Tints of Solitaire #E6D8BF

Color information

#E6D8BF (or 0xE6D8BF) is unknown color: approx Solitaire. HEX triplet: E6, D8 and BF. RGB value is (230,216,191). Sum of RGB (Red+Green+Blue) = 230+216+191=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D8BF is #192740. Grayscale: #D9D9D9. Windows color (decimal): -1648449 or 12572902. OLE color: 12572902.

HSL color Cylindrical-coordinate representation of color #E6D8BF: hue angle of 38.46º 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 #E6D8BF is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB230216191-
CMYK00.060.170.10
HSL38.46º43.82%82.55%-
HSV(B)38.46º16.96%90.2%-
XYZ66.5969.759.23-
YUV217.34113.14137.03-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.11%
GREEN value IS 216 (84.77% from 255) = 33.91%
BLUE value IS 191 (75% from 255) = 29.98%
R=36.11%
G=33.91%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021619100.060.170.1038.4643.8282.55
HexE6D8BF0611A262c53
Octal3463302770621124654123
Binary11100110110110001011111101101000110101001101011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D8BF; }

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

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

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

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

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

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

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

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