#D6DEBE

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

Shades of Gin #D6DEBE

Tints of Gin #D6DEBE

Color information

#D6DEBE (or 0xD6DEBE) is unknown color: approx Gin. HEX triplet: D6, DE and BE. RGB value is (214,222,190). Sum of RGB (Red+Green+Blue) = 214+222+190=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DEBE is #292141. Grayscale: #D8D8D8. Windows color (decimal): -2695490 or 12508886. OLE color: 12508886.

HSL color Cylindrical-coordinate representation of color #D6DEBE: hue angle of 75º degrees, saturation: 0.33, 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 #D6DEBE is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB214222190-
CMYK0.0400.140.13
HSL75º32.65%80.78%-
HSV(B)75º14.41%87.06%-
XYZ63.1570.2658.95-
YUV215.96113.35126.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.19%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 190 (74.61% from 255) = 30.35%
R=34.19%
G=35.46%
B=30.35%

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
Decimal2142221900.0400.140.137532.6580.78
HexD6DEBE40ED4b2151
Octal32633627640161511341121
Binary11010110110111101011111010001110110110010111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DEBE; }

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

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

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

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

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

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

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

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