#D6E5BF

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

Shades of Gin #D6E5BF

Tints of Gin #D6E5BF

Color information

#D6E5BF (or 0xD6E5BF) is unknown color: approx Gin. HEX triplet: D6, E5 and BF. RGB value is (214,229,191). Sum of RGB (Red+Green+Blue) = 214+229+191=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 229 - color contains mainly: green. Hex color #D6E5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E5BF is #291A40. Grayscale: #DCDCDC. Windows color (decimal): -2693697 or 12576214. OLE color: 12576214.

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

Color convert

RGB214229191-
CMYK0.0700.170.10
HSL83.68º42.22%82.35%-
HSV(B)83.68º16.59%89.8%-
XYZ65.1574.160.16-
YUV220.18111.53123.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.75%
GREEN value IS 229 (89.84% from 255) = 36.12%
BLUE value IS 191 (75% from 255) = 30.13%
R=33.75%
G=36.12%
B=30.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2142291910.0700.170.1083.6842.2282.35
HexD6E5BF7011A542a52
Octal32634527770211212452122
Binary110101101110010110111111111010001101010101001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E5BF; }

 p { color: rgb(214,229,191); }

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

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

 a { background-color: rgb(214,229,191); }

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

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

 span { border-color: rgb(214,229,191); }

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