#D6DACD

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

Shades of Gin #D6DACD

Tints of Gin #D6DACD

Color information

#D6DACD (or 0xD6DACD) is unknown color: approx Gin. HEX triplet: D6, DA and CD. RGB value is (214,218,205). Sum of RGB (Red+Green+Blue) = 214+218+205=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DACD is #292532. Grayscale: #D7D7D7. Windows color (decimal): -2696499 or 13490902. OLE color: 13490902.

HSL color Cylindrical-coordinate representation of color #D6DACD: hue angle of 78.46º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6DACD is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB214218205-
CMYK0.0200.060.15
HSL78.46º14.94%82.94%-
HSV(B)78.46º5.96%85.49%-
XYZ63.8268.8567.68-
YUV215.32122.17127.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.59%
GREEN value IS 218 (85.55% from 255) = 34.22%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=33.59%
G=34.22%
B=32.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142182050.0200.060.1578.4614.9482.94
HexD6DACD206F4ef53
Octal3263323152061711617123
Binary1101011011011010110011011001101111100111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DACD; }

 p { color: rgb(214,218,205); }

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

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

 a { background-color: rgb(214,218,205); }

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

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

 span { border-color: rgb(214,218,205); }

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