#D2DCBF

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

Shades of Gin #D2DCBF

Tints of Gin #D2DCBF

Color information

#D2DCBF (or 0xD2DCBF) is unknown color: approx Gin. HEX triplet: D2, DC and BF. RGB value is (210,220,191). Sum of RGB (Red+Green+Blue) = 210+220+191=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCBF is #2D2340. Grayscale: #D5D5D5. Windows color (decimal): -2958145 or 12573906. OLE color: 12573906.

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

Color convert

RGB210220191-
CMYK0.0500.130.14
HSL80.69º29.29%80.59%-
HSV(B)80.69º13.18%86.27%-
XYZ61.5868.6559.3-
YUV213.7115.19125.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.82%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 191 (75% from 255) = 30.76%
R=33.82%
G=35.43%
B=30.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102201910.0500.130.1480.6929.2980.59
HexD2DCBF50DE511d51
Octal32233427750151612135121
Binary1101001011011100101111111010110111101010001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCBF; }

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

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

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

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

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

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

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

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