#D9DEC8

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

Shades of Gin #D9DEC8

Tints of Gin #D9DEC8

Color information

#D9DEC8 (or 0xD9DEC8) is unknown color: approx Gin. HEX triplet: D9, DE and C8. RGB value is (217,222,200). Sum of RGB (Red+Green+Blue) = 217+222+200=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEC8 is #262137. Grayscale: #DADADA. Windows color (decimal): -2498872 or 13164249. OLE color: 13164249.

HSL color Cylindrical-coordinate representation of color #D9DEC8: hue angle of 73.64º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9DEC8 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB217222200-
CMYK0.0200.100.13
HSL73.64º25%82.75%-
HSV(B)73.64º9.91%87.06%-
XYZ65.1671.1664.95-
YUV218117.84127.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.96%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 200 (78.52% from 255) = 31.30%
R=33.96%
G=34.74%
B=31.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172222000.0200.100.1373.642582.75
HexD9DEC820AD4a1953
Octal33133631020121511231123
Binary110110011101111011001000100101011011001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DEC8; }

 p { color: rgb(217,222,200); }

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

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

 a { background-color: rgb(217,222,200); }

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

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

 span { border-color: rgb(217,222,200); }

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