#D6DEBF

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

Shades of Gin #D6DEBF

Tints of Gin #D6DEBF

Color information

#D6DEBF (or 0xD6DEBF) is unknown color: approx Gin. HEX triplet: D6, DE and BF. RGB value is (214,222,191). Sum of RGB (Red+Green+Blue) = 214+222+191=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DEBF is #292140. Grayscale: #D8D8D8. Windows color (decimal): -2695489 or 12574422. OLE color: 12574422.

HSL color Cylindrical-coordinate representation of color #D6DEBF: hue angle of 75.48º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6DEBF is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB214222191-
CMYK0.0400.140.13
HSL75.48º31.96%80.98%-
HSV(B)75.48º13.96%87.06%-
XYZ63.2670.359.53-
YUV216.07113.85126.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.13%
GREEN value IS 222 (87.11% from 255) = 35.41%
BLUE value IS 191 (75% from 255) = 30.46%
R=34.13%
G=35.41%
B=30.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142221910.0400.140.1375.4831.9680.98
HexD6DEBF40ED4b2051
Octal32633627740161511340121
Binary11010110110111101011111110001110110110010111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DEBF; }

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

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

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

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

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

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

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

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