#D6DDCB

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

Shades of Gin #D6DDCB

Tints of Gin #D6DDCB

Color information

#D6DDCB (or 0xD6DDCB) is unknown color: approx Gin. HEX triplet: D6, DD and CB. RGB value is (214,221,203). Sum of RGB (Red+Green+Blue) = 214+221+203=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDCB is #292234. Grayscale: #D8D8D8. Windows color (decimal): -2695733 or 13360598. OLE color: 13360598.

HSL color Cylindrical-coordinate representation of color #D6DDCB: hue angle of 83.33º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6DDCB is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB214221203-
CMYK0.0300.080.13
HSL83.33º20.93%83.14%-
HSV(B)83.33º8.14%86.67%-
XYZ64.3770.3266.68-
YUV216.86120.18125.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.54%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 203 (79.69% from 255) = 31.82%
R=33.54%
G=34.64%
B=31.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142212030.0300.080.1383.3320.9383.14
HexD6DDCB308D531553
Octal32633531330101512325123
Binary110101101101110111001011110100011011010011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDCB; }

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

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

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

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

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

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

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

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