#D2DFB9

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

Shades of Gin #D2DFB9

Tints of Gin #D2DFB9

Color information

#D2DFB9 (or 0xD2DFB9) is unknown color: approx Gin. HEX triplet: D2, DF and B9. RGB value is (210,223,185). Sum of RGB (Red+Green+Blue) = 210+223+185=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 185 (72.66% from 255 or 29.94% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DFB9 is #2D2046. Grayscale: #D6D6D6. Windows color (decimal): -2957383 or 12181458. OLE color: 12181458.

HSL color Cylindrical-coordinate representation of color #D2DFB9: hue angle of 80.53º 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 #D2DFB9 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB210223185-
CMYK0.0600.170.13
HSL80.53º37.25%80%-
HSV(B)80.53º17.04%87.45%-
XYZ61.7269.9856.15-
YUV214.78111.19124.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.98%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 185 (72.66% from 255) = 29.94%
R=33.98%
G=36.08%
B=29.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102231850.0600.170.1380.5337.2580
HexD2DFB96011D512550
Octal32233727160211512145120
Binary110100101101111110111001110010001110110100011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DFB9; }

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

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

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

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

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

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

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

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