#D9DED0

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

Shades of Gin #D9DED0

Tints of Gin #D9DED0

Color information

#D9DED0 (or 0xD9DED0) is unknown color: approx Gin. HEX triplet: D9, DE and D0. RGB value is (217,222,208). Sum of RGB (Red+Green+Blue) = 217+222+208=647 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.54% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DED0 is #26212F. Grayscale: #DADADA. Windows color (decimal): -2498864 or 13688537. OLE color: 13688537.

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

Color convert

RGB217222208-
CMYK0.0200.060.13
HSL81.43º17.5%84.31%-
HSV(B)81.43º6.31%87.06%-
XYZ66.1271.5570-
YUV218.91121.84126.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.54%
GREEN value IS 222 (87.11% from 255) = 34.31%
BLUE value IS 208 (81.64% from 255) = 32.15%
R=33.54%
G=34.31%
B=32.15%

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
Decimal2172222080.0200.060.1381.4317.584.31
HexD9DED0206D511254
Octal3313363202061512122124
Binary11011001110111101101000010011011011010001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DED0; }

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

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

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

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

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

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

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

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