#D2DDBF

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

Shades of Gin #D2DDBF

Tints of Gin #D2DDBF

Color information

#D2DDBF (or 0xD2DDBF) is unknown color: approx Gin. HEX triplet: D2, DD and BF. RGB value is (210,221,191). Sum of RGB (Red+Green+Blue) = 210+221+191=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDBF is #2D2240. Grayscale: #D6D6D6. Windows color (decimal): -2957889 or 12574162. OLE color: 12574162.

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

Color convert

RGB210221191-
CMYK0.0500.140.13
HSL82º30.61%80.78%-
HSV(B)82º13.57%86.67%-
XYZ61.8469.1859.38-
YUV214.29114.86124.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.76%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 191 (75% from 255) = 30.71%
R=33.76%
G=35.53%
B=30.71%

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
Decimal2102211910.0500.140.138230.6180.78
HexD2DDBF50ED521f51
Octal32233527750161512237121
Binary1101001011011101101111111010111011011010010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DDBF; }

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

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

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

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

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

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

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

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