#D5DEBD

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

Shades of Gin #D5DEBD

Tints of Gin #D5DEBD

Color information

#D5DEBD (or 0xD5DEBD) is unknown color: approx Gin. HEX triplet: D5, DE and BD. RGB value is (213,222,189). Sum of RGB (Red+Green+Blue) = 213+222+189=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DEBD is #2A2142. Grayscale: #D7D7D7. Windows color (decimal): -2761027 or 12443349. OLE color: 12443349.

HSL color Cylindrical-coordinate representation of color #D5DEBD: hue angle of 76.36º 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 #D5DEBD is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB213222189-
CMYK0.0400.150.13
HSL76.36º33.33%80.59%-
HSV(B)76.36º14.86%87.06%-
XYZ62.7570.0658.36-
YUV215.55113.02126.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.13%
GREEN value IS 222 (87.11% from 255) = 35.58%
BLUE value IS 189 (74.22% from 255) = 30.29%
R=34.13%
G=35.58%
B=30.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132221890.0400.150.1376.3633.3380.59
HexD5DEBD40FD4c2151
Octal32533627540171511441121
Binary11010101110111101011110110001111110110011001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DEBD; }

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

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

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

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

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

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

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

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