#D7DBCF

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

Shades of Gin #D7DBCF

Tints of Gin #D7DBCF

Color information

#D7DBCF (or 0xD7DBCF) is unknown color: approx Gin. HEX triplet: D7, DB and CF. RGB value is (215,219,207). Sum of RGB (Red+Green+Blue) = 215+219+207=641 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.54% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBCF is #282430. Grayscale: #D8D8D8. Windows color (decimal): -2630705 or 13622231. OLE color: 13622231.

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

Color convert

RGB215219207-
CMYK0.0200.050.14
HSL80º14.29%83.53%-
HSV(B)80º5.48%85.88%-
XYZ64.6269.6269.06-
YUV216.44122.67126.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.54%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 207 (81.25% from 255) = 32.29%
R=33.54%
G=34.17%
B=32.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152192070.0200.050.148014.2983.53
HexD7DBCF205E50e54
Octal3273333172051612016124
Binary1101011111011011110011111001011110101000011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DBCF; }

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

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

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

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

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

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

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

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