#D6DEC4

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

Shades of Gin #D6DEC4

Tints of Gin #D6DEC4

Color information

#D6DEC4 (or 0xD6DEC4) is unknown color: approx Gin. HEX triplet: D6, DE and C4. RGB value is (214,222,196). Sum of RGB (Red+Green+Blue) = 214+222+196=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 196 (76.95% from 255 or 31.01% from 632); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DEC4 is #29213B. Grayscale: #D8D8D8. Windows color (decimal): -2695484 or 12902102. OLE color: 12902102.

HSL color Cylindrical-coordinate representation of color #D6DEC4: hue angle of 78.46º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6DEC4 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB214222196-
CMYK0.0400.120.13
HSL78.46º28.26%81.96%-
HSV(B)78.46º11.71%87.06%-
XYZ63.8270.5262.47-
YUV216.64116.35126.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.86%
GREEN value IS 222 (87.11% from 255) = 35.13%
BLUE value IS 196 (76.95% from 255) = 31.01%
R=33.86%
G=35.13%
B=31.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142221960.0400.120.1378.4628.2681.96
HexD6DEC440CD4e1c52
Octal32633630440141511634122
Binary1101011011011110110001001000110011011001110111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DEC4; }

 p { color: rgb(214,222,196); }

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

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

 a { background-color: rgb(214,222,196); }

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

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

 span { border-color: rgb(214,222,196); }

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