#D2DDBD

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

Shades of Gin #D2DDBD

Tints of Gin #D2DDBD

Color information

#D2DDBD (or 0xD2DDBD) is unknown color: approx Gin. HEX triplet: D2, DD and BD. RGB value is (210,221,189). Sum of RGB (Red+Green+Blue) = 210+221+189=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDBD is #2D2242. Grayscale: #D6D6D6. Windows color (decimal): -2957891 or 12443090. OLE color: 12443090.

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

Color convert

RGB210221189-
CMYK0.0500.140.13
HSL80.62º32%80.39%-
HSV(B)80.62º14.48%86.67%-
XYZ61.6269.0958.23-
YUV214.06113.86125.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.87%
GREEN value IS 221 (86.72% from 255) = 35.65%
BLUE value IS 189 (74.22% from 255) = 30.48%
R=33.87%
G=35.65%
B=30.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102211890.0500.140.1380.623280.39
HexD2DDBD50ED512050
Octal32233527550161512140120
Binary11010010110111011011110110101110110110100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DDBD; }

 p { color: rgb(210,221,189); }

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

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

 a { background-color: rgb(210,221,189); }

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

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

 span { border-color: rgb(210,221,189); }

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