#D3DBC5

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

Shades of Gin #D3DBC5

Tints of Gin #D3DBC5

Color information

#D3DBC5 (or 0xD3DBC5) is unknown color: approx Gin. HEX triplet: D3, DB and C5. RGB value is (211,219,197). Sum of RGB (Red+Green+Blue) = 211+219+197=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DBC5 is #2C243A. Grayscale: #D6D6D6. Windows color (decimal): -2892859 or 12966867. OLE color: 12966867.

HSL color Cylindrical-coordinate representation of color #D3DBC5: hue angle of 81.82º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3DBC5 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB211219197-
CMYK0.0400.100.14
HSL81.82º23.4%81.57%-
HSV(B)81.82º10.05%85.88%-
XYZ62.2768.5462.77-
YUV214.1118.35125.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.65%
GREEN value IS 219 (85.94% from 255) = 34.93%
BLUE value IS 197 (77.34% from 255) = 31.42%
R=33.65%
G=34.93%
B=31.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112191970.0400.100.1481.8223.481.57
HexD3DBC540AE521752
Octal32333330540121612227122
Binary1101001111011011110001011000101011101010010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DBC5; }

 p { color: rgb(211,219,197); }

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

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

 a { background-color: rgb(211,219,197); }

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

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

 span { border-color: rgb(211,219,197); }

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