#D7DACD

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

Shades of Gin #D7DACD

Tints of Gin #D7DACD

Color information

#D7DACD (or 0xD7DACD) is unknown color: approx Gin. HEX triplet: D7, DA and CD. RGB value is (215,218,205). Sum of RGB (Red+Green+Blue) = 215+218+205=638 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.70% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DACD is #282532. Grayscale: #D7D7D7. Windows color (decimal): -2630963 or 13490903. OLE color: 13490903.

HSL color Cylindrical-coordinate representation of color #D7DACD: hue angle of 73.85º 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 #D7DACD is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB215218205-
CMYK0.0100.060.15
HSL73.85º14.94%82.94%-
HSV(B)73.85º5.96%85.49%-
XYZ64.126967.7-
YUV215.62122.01127.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.70%
GREEN value IS 218 (85.55% from 255) = 34.17%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=33.70%
G=34.17%
B=32.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152182050.0100.060.1573.8514.9482.94
HexD7DACD106F4af53
Octal3273323151061711217123
Binary110101111101101011001101101101111100101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DACD; }

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

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

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

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

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

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

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

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