#D6E0BF

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

Shades of Gin #D6E0BF

Tints of Gin #D6E0BF

Color information

#D6E0BF (or 0xD6E0BF) is unknown color: approx Gin. HEX triplet: D6, E0 and BF. RGB value is (214,224,191). Sum of RGB (Red+Green+Blue) = 214+224+191=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E0BF is #291F40. Grayscale: #D9D9D9. Windows color (decimal): -2694977 or 12574934. OLE color: 12574934.

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

Color convert

RGB214224191-
CMYK0.0400.150.12
HSL78.18º34.74%81.37%-
HSV(B)78.18º14.73%87.84%-
XYZ63.7971.3759.7-
YUV217.25113.19125.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.02%
GREEN value IS 224 (87.89% from 255) = 35.61%
BLUE value IS 191 (75% from 255) = 30.37%
R=34.02%
G=35.61%
B=30.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142241910.0400.150.1278.1834.7481.37
HexD6E0BF40FC4e2351
Octal32634027740171411643121
Binary11010110111000001011111110001111110010011101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E0BF; }

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

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

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

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

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

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

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

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