#D9DEC9

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

Shades of Gin #D9DEC9

Tints of Gin #D9DEC9

Color information

#D9DEC9 (or 0xD9DEC9) is unknown color: approx Gin. HEX triplet: D9, DE and C9. RGB value is (217,222,201). Sum of RGB (Red+Green+Blue) = 217+222+201=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEC9 is #262136. Grayscale: #DADADA. Windows color (decimal): -2498871 or 13229785. OLE color: 13229785.

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

Color convert

RGB217222201-
CMYK0.0200.090.13
HSL74.29º24.14%82.94%-
HSV(B)74.29º9.46%87.06%-
XYZ65.2871.2165.56-
YUV218.11118.34127.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.91%
GREEN value IS 222 (87.11% from 255) = 34.69%
BLUE value IS 201 (78.91% from 255) = 31.41%
R=33.91%
G=34.69%
B=31.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172222010.0200.090.1374.2924.1482.94
HexD9DEC9209D4a1853
Octal33133631120111511230123
Binary110110011101111011001001100100111011001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DEC9; }

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

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

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

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

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

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

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

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