#D6E7BF

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

Shades of Gin #D6E7BF

Tints of Gin #D6E7BF

Color information

#D6E7BF (or 0xD6E7BF) is unknown color: approx Gin. HEX triplet: D6, E7 and BF. RGB value is (214,231,191). Sum of RGB (Red+Green+Blue) = 214+231+191=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 231 (90.62% from 255 or 36.32% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E7BF is #291840. Grayscale: #DDDDDD. Windows color (decimal): -2693185 or 12576726. OLE color: 12576726.

HSL color Cylindrical-coordinate representation of color #D6E7BF: hue angle of 85.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6E7BF is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB214231191-
CMYK0.0700.170.09
HSL85.5º45.45%82.75%-
HSV(B)85.5º17.32%90.59%-
XYZ65.7175.2160.34-
YUV221.36110.87122.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.65%
GREEN value IS 231 (90.62% from 255) = 36.32%
BLUE value IS 191 (75% from 255) = 30.03%
R=33.65%
G=36.32%
B=30.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142311910.0700.170.0985.545.4582.75
HexD6E7BF70119562d53
Octal32634727770211112655123
Binary110101101110011110111111111010001100110101101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E7BF; }

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

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

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

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

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

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

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

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