#D9DED1

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

Shades of Gin #D9DED1

Tints of Gin #D9DED1

Color information

#D9DED1 (or 0xD9DED1) is unknown color: approx Gin. HEX triplet: D9, DE and D1. RGB value is (217,222,209). Sum of RGB (Red+Green+Blue) = 217+222+209=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DED1 is #26212E. Grayscale: #DBDBDB. Windows color (decimal): -2498863 or 13754073. OLE color: 13754073.

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

Color convert

RGB217222209-
CMYK0.0200.060.13
HSL83.08º16.46%84.51%-
HSV(B)83.08º5.86%87.06%-
XYZ66.2571.670.65-
YUV219.02122.34126.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.49%
GREEN value IS 222 (87.11% from 255) = 34.26%
BLUE value IS 209 (82.03% from 255) = 32.25%
R=33.49%
G=34.26%
B=32.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172222090.0200.060.1383.0816.4684.51
HexD9DED1206D531055
Octal3313363212061512320125
Binary11011001110111101101000110011011011010011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DED1; }

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

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

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

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

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

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

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

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