#D7DBCD

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

Shades of Gin #D7DBCD

Tints of Gin #D7DBCD

Color information

#D7DBCD (or 0xD7DBCD) is unknown color: approx Gin. HEX triplet: D7, DB and CD. RGB value is (215,219,205). Sum of RGB (Red+Green+Blue) = 215+219+205=639 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.65% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBCD is #282432. Grayscale: #D8D8D8. Windows color (decimal): -2630707 or 13491159. OLE color: 13491159.

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

Color convert

RGB215219205-
CMYK0.0200.060.14
HSL77.14º16.28%83.14%-
HSV(B)77.14º6.39%85.88%-
XYZ64.3869.5267.78-
YUV216.21121.67127.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.65%
GREEN value IS 219 (85.94% from 255) = 34.27%
BLUE value IS 205 (80.47% from 255) = 32.08%
R=33.65%
G=34.27%
B=32.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152192050.0200.060.1477.1416.2883.14
HexD7DBCD206E4d1053
Octal3273333152061611520123
Binary11010111110110111100110110011011101001101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DBCD; }

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

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

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

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

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

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

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

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