#D7DBCB

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

Shades of Gin #D7DBCB

Tints of Gin #D7DBCB

Color information

#D7DBCB (or 0xD7DBCB) is unknown color: approx Gin. HEX triplet: D7, DB and CB. RGB value is (215,219,203). Sum of RGB (Red+Green+Blue) = 215+219+203=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBCB is #282434. Grayscale: #D8D8D8. Windows color (decimal): -2630709 or 13360087. OLE color: 13360087.

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

Color convert

RGB215219203-
CMYK0.0200.070.14
HSL75º18.18%82.75%-
HSV(B)75º7.31%85.88%-
XYZ64.1469.4266.52-
YUV215.98120.67127.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.75%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 203 (79.69% from 255) = 31.87%
R=33.75%
G=34.38%
B=31.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152192030.0200.070.147518.1882.75
HexD7DBCB207E4b1253
Octal3273333132071611322123
Binary11010111110110111100101110011111101001011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DBCB; }

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

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

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

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

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

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

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

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