#D4DBC7

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

Shades of Gin #D4DBC7

Tints of Gin #D4DBC7

Color information

#D4DBC7 (or 0xD4DBC7) is unknown color: approx Gin. HEX triplet: D4, DB and C7. RGB value is (212,219,199). Sum of RGB (Red+Green+Blue) = 212+219+199=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBC7 is #2B2438. Grayscale: #D6D6D6. Windows color (decimal): -2827321 or 13097940. OLE color: 13097940.

HSL color Cylindrical-coordinate representation of color #D4DBC7: hue angle of 81º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4DBC7 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB212219199-
CMYK0.0300.090.14
HSL81º21.74%81.96%-
HSV(B)81º9.13%85.88%-
XYZ62.7968.7864-
YUV214.63119.18126.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.65%
GREEN value IS 219 (85.94% from 255) = 34.76%
BLUE value IS 199 (78.12% from 255) = 31.59%
R=33.65%
G=34.76%
B=31.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122191990.0300.090.148121.7481.96
HexD4DBC7309E511652
Octal32433330730111612126122
Binary110101001101101111000111110100111101010001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DBC7; }

 p { color: rgb(212,219,199); }

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

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

 a { background-color: rgb(212,219,199); }

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

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

 span { border-color: rgb(212,219,199); }

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