#D6DEBC

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

Shades of Gin #D6DEBC

Tints of Gin #D6DEBC

Color information

#D6DEBC (or 0xD6DEBC) is unknown color: approx Gin. HEX triplet: D6, DE and BC. RGB value is (214,222,188). Sum of RGB (Red+Green+Blue) = 214+222+188=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DEBC is #292143. Grayscale: #D7D7D7. Windows color (decimal): -2695492 or 12377814. OLE color: 12377814.

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

Color convert

RGB214222188-
CMYK0.0400.150.13
HSL74.12º34%80.39%-
HSV(B)74.12º15.32%87.06%-
XYZ62.9370.1757.8-
YUV215.73112.35126.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.29%
GREEN value IS 222 (87.11% from 255) = 35.58%
BLUE value IS 188 (73.83% from 255) = 30.13%
R=34.29%
G=35.58%
B=30.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142221880.0400.150.1374.123480.39
HexD6DEBC40FD4a2250
Octal32633627440171511242120
Binary11010110110111101011110010001111110110010101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DEBC; }

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

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

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

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

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

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

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

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