#E6D2BD

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

Shades of Solitaire #E6D2BD

Tints of Solitaire #E6D2BD

Color information

#E6D2BD (or 0xE6D2BD) is unknown color: approx Solitaire. HEX triplet: E6, D2 and BD. RGB value is (230,210,189). Sum of RGB (Red+Green+Blue) = 230+210+189=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D2BD is #192D42. Grayscale: #D5D5D5. Windows color (decimal): -1649987 or 12440294. OLE color: 12440294.

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

Color convert

RGB230210189-
CMYK00.090.180.10
HSL30.73º45.05%82.16%-
HSV(B)30.73º17.83%90.2%-
XYZ64.8766.5957.58-
YUV213.59114.13139.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.57%
GREEN value IS 210 (82.42% from 255) = 33.39%
BLUE value IS 189 (74.22% from 255) = 30.05%
R=36.57%
G=33.39%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021018900.090.180.1030.7345.0582.16
HexE6D2BD0912A1f2d52
Octal34632227501122123755122
Binary11100110110100101011110101001100101010111111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D2BD; }

 p { color: rgb(230,210,189); }

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

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

 a { background-color: rgb(230,210,189); }

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

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

 span { border-color: rgb(230,210,189); }

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