#D6DBC8

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

Shades of Gin #D6DBC8

Tints of Gin #D6DBC8

Color information

#D6DBC8 (or 0xD6DBC8) is unknown color: approx Gin. HEX triplet: D6, DB and C8. RGB value is (214,219,200). Sum of RGB (Red+Green+Blue) = 214+219+200=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DBC8 is #292437. Grayscale: #D7D7D7. Windows color (decimal): -2696248 or 13163478. OLE color: 13163478.

HSL color Cylindrical-coordinate representation of color #D6DBC8: hue angle of 75.79º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6DBC8 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB214219200-
CMYK0.0200.090.14
HSL75.79º20.88%82.16%-
HSV(B)75.79º8.68%85.88%-
XYZ63.4969.1364.64-
YUV215.34119.34127.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.81%
GREEN value IS 219 (85.94% from 255) = 34.60%
BLUE value IS 200 (78.52% from 255) = 31.60%
R=33.81%
G=34.60%
B=31.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142192000.0200.090.1475.7920.8882.16
HexD6DBC8209E4c1552
Octal32633331020111611425122
Binary110101101101101111001000100100111101001100101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DBC8; }

 p { color: rgb(214,219,200); }

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

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

 a { background-color: rgb(214,219,200); }

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

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

 span { border-color: rgb(214,219,200); }

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