#D6DCCB

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

Shades of Gin #D6DCCB

Tints of Gin #D6DCCB

Color information

#D6DCCB (or 0xD6DCCB) is unknown color: approx Gin. HEX triplet: D6, DC and CB. RGB value is (214,220,203). Sum of RGB (Red+Green+Blue) = 214+220+203=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCCB is #292334. Grayscale: #D8D8D8. Windows color (decimal): -2695989 or 13360342. OLE color: 13360342.

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

Color convert

RGB214220203-
CMYK0.0300.080.14
HSL81.18º19.54%82.94%-
HSV(B)81.18º7.73%86.27%-
XYZ64.169.7966.59-
YUV216.27120.51126.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.59%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 203 (79.69% from 255) = 31.87%
R=33.59%
G=34.54%
B=31.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142202030.0300.080.1481.1819.5482.94
HexD6DCCB308E511453
Octal32633431330101612124123
Binary110101101101110011001011110100011101010001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DCCB; }

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

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

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

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

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

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

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

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