#E6D3BD

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

Shades of Solitaire #E6D3BD

Tints of Solitaire #E6D3BD

Color information

#E6D3BD (or 0xE6D3BD) is unknown color: approx Solitaire. HEX triplet: E6, D3 and BD. RGB value is (230,211,189). Sum of RGB (Red+Green+Blue) = 230+211+189=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D3BD is #192C42. Grayscale: #D6D6D6. Windows color (decimal): -1649731 or 12440550. OLE color: 12440550.

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

Color convert

RGB230211189-
CMYK00.080.180.10
HSL32.2º45.05%82.16%-
HSV(B)32.2º17.83%90.2%-
XYZ65.1167.0957.66-
YUV214.17113.79139.29-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.51%
GREEN value IS 211 (82.81% from 255) = 33.49%
BLUE value IS 189 (74.22% from 255) = 30%
R=36.51%
G=33.49%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021118900.080.180.1032.245.0582.16
HexE6D3BD0812A202d52
Octal34632327501022124055122
Binary111001101101001110111101010001001010101000001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D3BD; }

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

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

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

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

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

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

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

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