#D2DCBD

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

Shades of Gin #D2DCBD

Tints of Gin #D2DCBD

Color information

#D2DCBD (or 0xD2DCBD) is unknown color: approx Gin. HEX triplet: D2, DC and BD. RGB value is (210,220,189). Sum of RGB (Red+Green+Blue) = 210+220+189=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCBD is #2D2342. Grayscale: #D5D5D5. Windows color (decimal): -2958147 or 12442834. OLE color: 12442834.

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

Color convert

RGB210220189-
CMYK0.0500.140.14
HSL79.35º30.69%80.2%-
HSV(B)79.35º14.09%86.27%-
XYZ61.3668.5658.14-
YUV213.48114.19125.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.93%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=33.93%
G=35.54%
B=30.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102201890.0500.140.1479.3530.6980.2
HexD2DCBD50EE4f1f50
Octal32233427550161611737120
Binary1101001011011100101111011010111011101001111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCBD; }

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

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

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

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

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

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

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

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