#D4DEBD

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

Shades of Gin #D4DEBD

Tints of Gin #D4DEBD

Color information

#D4DEBD (or 0xD4DEBD) is unknown color: approx Gin. HEX triplet: D4, DE and BD. RGB value is (212,222,189). Sum of RGB (Red+Green+Blue) = 212+222+189=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DEBD is #2B2142. Grayscale: #D7D7D7. Windows color (decimal): -2826563 or 12443348. OLE color: 12443348.

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

Color convert

RGB212222189-
CMYK0.0500.150.13
HSL78.18º33.33%80.59%-
HSV(B)78.18º14.86%87.06%-
XYZ62.4669.9158.35-
YUV215.25113.19125.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.03%
GREEN value IS 222 (87.11% from 255) = 35.63%
BLUE value IS 189 (74.22% from 255) = 30.34%
R=34.03%
G=35.63%
B=30.34%

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
Decimal2122221890.0500.150.1378.1833.3380.59
HexD4DEBD50FD4e2151
Octal32433627550171511641121
Binary11010100110111101011110110101111110110011101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DEBD; }

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

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

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

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

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

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

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

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