#D5DBC7

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

Shades of Gin #D5DBC7

Tints of Gin #D5DBC7

Color information

#D5DBC7 (or 0xD5DBC7) is unknown color: approx Gin. HEX triplet: D5, DB and C7. RGB value is (213,219,199). Sum of RGB (Red+Green+Blue) = 213+219+199=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBC7 is #2A2438. Grayscale: #D7D7D7. Windows color (decimal): -2761785 or 13097941. OLE color: 13097941.

HSL color Cylindrical-coordinate representation of color #D5DBC7: hue angle of 78º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5DBC7 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB213219199-
CMYK0.0300.090.14
HSL78º21.74%81.96%-
HSV(B)78º9.13%85.88%-
XYZ63.0868.9364.01-
YUV214.93119.01126.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.76%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 199 (78.12% from 255) = 31.54%
R=33.76%
G=34.71%
B=31.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132191990.0300.090.147821.7481.96
HexD5DBC7309E4e1652
Octal32533330730111611626122
Binary110101011101101111000111110100111101001110101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBC7; }

 p { color: rgb(213,219,199); }

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

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

 a { background-color: rgb(213,219,199); }

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

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

 span { border-color: rgb(213,219,199); }

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