#D4DEBB

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

Shades of Gin #D4DEBB

Tints of Gin #D4DEBB

Color information

#D4DEBB (or 0xD4DEBB) is unknown color: approx Gin. HEX triplet: D4, DE and BB. RGB value is (212,222,187). Sum of RGB (Red+Green+Blue) = 212+222+187=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DEBB is #2B2144. Grayscale: #D7D7D7. Windows color (decimal): -2826565 or 12312276. OLE color: 12312276.

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

Color convert

RGB212222187-
CMYK0.0500.160.13
HSL77.14º34.65%80.2%-
HSV(B)77.14º15.77%87.06%-
XYZ62.2469.8357.21-
YUV215.02112.19125.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.14%
GREEN value IS 222 (87.11% from 255) = 35.75%
BLUE value IS 187 (73.44% from 255) = 30.11%
R=34.14%
G=35.75%
B=30.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122221870.0500.160.1377.1434.6580.2
HexD4DEBB5010D4d2350
Octal32433627350201511543120
Binary110101001101111010111011101010000110110011011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DEBB; }

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

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

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

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

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

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

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

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