#D4DBC5

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

Shades of Gin #D4DBC5

Tints of Gin #D4DBC5

Color information

#D4DBC5 (or 0xD4DBC5) is unknown color: approx Gin. HEX triplet: D4, DB and C5. RGB value is (212,219,197). Sum of RGB (Red+Green+Blue) = 212+219+197=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBC5 is #2B243A. Grayscale: #D6D6D6. Windows color (decimal): -2827323 or 12966868. OLE color: 12966868.

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

Color convert

RGB212219197-
CMYK0.0300.100.14
HSL79.09º23.4%81.57%-
HSV(B)79.09º10.05%85.88%-
XYZ62.5668.6962.78-
YUV214.4118.18126.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.76%
GREEN value IS 219 (85.94% from 255) = 34.87%
BLUE value IS 197 (77.34% from 255) = 31.37%
R=33.76%
G=34.87%
B=31.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122191970.0300.100.1479.0923.481.57
HexD4DBC530AE4f1752
Octal32433330530121611727122
Binary110101001101101111000101110101011101001111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DBC5; }

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

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

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

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

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

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

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

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