#D2DEBD

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

Shades of Gin #D2DEBD

Tints of Gin #D2DEBD

Color information

#D2DEBD (or 0xD2DEBD) is unknown color: approx Gin. HEX triplet: D2, DE and BD. RGB value is (210,222,189). Sum of RGB (Red+Green+Blue) = 210+222+189=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DEBD is #2D2142. Grayscale: #D6D6D6. Windows color (decimal): -2957635 or 12443346. OLE color: 12443346.

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

Color convert

RGB210222189-
CMYK0.0500.150.13
HSL81.82º33.33%80.59%-
HSV(B)81.82º14.86%87.06%-
XYZ61.8869.6258.32-
YUV214.65113.52124.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.82%
GREEN value IS 222 (87.11% from 255) = 35.75%
BLUE value IS 189 (74.22% from 255) = 30.43%
R=33.82%
G=35.75%
B=30.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102221890.0500.150.1381.8233.3380.59
HexD2DEBD50FD522151
Octal32233627550171512241121
Binary11010010110111101011110110101111110110100101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DEBD; }

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

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

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

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

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

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

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

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