#D6DDBE

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

Shades of Gin #D6DDBE

Tints of Gin #D6DDBE

Color information

#D6DDBE (or 0xD6DDBE) is unknown color: approx Gin. HEX triplet: D6, DD and BE. RGB value is (214,221,190). Sum of RGB (Red+Green+Blue) = 214+221+190=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDBE is #292241. Grayscale: #D7D7D7. Windows color (decimal): -2695746 or 12508630. OLE color: 12508630.

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

Color convert

RGB214221190-
CMYK0.0300.140.13
HSL73.55º31.31%80.59%-
HSV(B)73.55º14.03%86.67%-
XYZ62.8869.7358.86-
YUV215.37113.68127.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.24%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 190 (74.61% from 255) = 30.4%
R=34.24%
G=35.36%
B=30.4%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142211900.0300.140.1373.5531.3180.59
HexD6DDBE30ED4a1f51
Octal32633527630161511237121
Binary110101101101110110111110110111011011001010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDBE; }

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

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

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

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

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

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

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

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