#D3DFB9

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

Shades of Gin #D3DFB9

Tints of Gin #D3DFB9

Color information

#D3DFB9 (or 0xD3DFB9) is unknown color: approx Gin. HEX triplet: D3, DF and B9. RGB value is (211,223,185). Sum of RGB (Red+Green+Blue) = 211+223+185=619 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.09% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 185 (72.66% from 255 or 29.89% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DFB9 is #2C2046. Grayscale: #D7D7D7. Windows color (decimal): -2891847 or 12181459. OLE color: 12181459.

HSL color Cylindrical-coordinate representation of color #D3DFB9: hue angle of 78.95º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3DFB9 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB211223185-
CMYK0.0500.170.13
HSL78.95º37.25%80%-
HSV(B)78.95º17.04%87.45%-
XYZ62.0170.1356.17-
YUV215.08111.02125.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.09%
GREEN value IS 223 (87.5% from 255) = 36.03%
BLUE value IS 185 (72.66% from 255) = 29.89%
R=34.09%
G=36.03%
B=29.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112231850.0500.170.1378.9537.2580
HexD3DFB95011D4f2550
Octal32333727150211511745120
Binary110100111101111110111001101010001110110011111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DFB9; }

 p { color: rgb(211,223,185); }

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

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

 a { background-color: rgb(211,223,185); }

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

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

 span { border-color: rgb(211,223,185); }

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