#D6E1BA

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

Shades of Gin #D6E1BA

Tints of Gin #D6E1BA

Color information

#D6E1BA (or 0xD6E1BA) is unknown color: approx Gin. HEX triplet: D6, E1 and BA. RGB value is (214,225,186). Sum of RGB (Red+Green+Blue) = 214+225+186=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1BA is #291E45. Grayscale: #D9D9D9. Windows color (decimal): -2694726 or 12247510. OLE color: 12247510.

HSL color Cylindrical-coordinate representation of color #D6E1BA: hue angle of 76.92º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6E1BA is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB214225186-
CMYK0.0500.170.12
HSL76.92º39.39%80.59%-
HSV(B)76.92º17.33%88.24%-
XYZ63.5271.6956.94-
YUV217.26110.36125.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.24%
GREEN value IS 225 (88.28% from 255) = 36%
BLUE value IS 186 (73.05% from 255) = 29.76%
R=34.24%
G=36%
B=29.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142251860.0500.170.1276.9239.3980.59
HexD6E1BA5011C4d2751
Octal32634127250211411547121
Binary110101101110000110111010101010001110010011011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E1BA; }

 p { color: rgb(214,225,186); }

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

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

 a { background-color: rgb(214,225,186); }

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

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

 span { border-color: rgb(214,225,186); }

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