#D6E1BF

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

Shades of Gin #D6E1BF

Tints of Gin #D6E1BF

Color information

#D6E1BF (or 0xD6E1BF) is unknown color: approx Gin. HEX triplet: D6, E1 and BF. RGB value is (214,225,191). Sum of RGB (Red+Green+Blue) = 214+225+191=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1BF is #291E40. Grayscale: #D9D9D9. Windows color (decimal): -2694721 or 12575190. OLE color: 12575190.

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

Color convert

RGB214225191-
CMYK0.0500.150.12
HSL79.41º36.17%81.57%-
HSV(B)79.41º15.11%88.24%-
XYZ64.0671.9159.79-
YUV217.83112.86125.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.97%
GREEN value IS 225 (88.28% from 255) = 35.71%
BLUE value IS 191 (75% from 255) = 30.32%
R=33.97%
G=35.71%
B=30.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142251910.0500.150.1279.4136.1781.57
HexD6E1BF50FC4f2452
Octal32634127750171411744122
Binary11010110111000011011111110101111110010011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E1BF; }

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

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

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

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

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

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

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

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