#D9DDC8

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

Shades of Gin #D9DDC8

Tints of Gin #D9DDC8

Color information

#D9DDC8 (or 0xD9DDC8) is unknown color: approx Gin. HEX triplet: D9, DD and C8. RGB value is (217,221,200). Sum of RGB (Red+Green+Blue) = 217+221+200=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDC8 is #262237. Grayscale: #D9D9D9. Windows color (decimal): -2499128 or 13163993. OLE color: 13163993.

HSL color Cylindrical-coordinate representation of color #D9DDC8: hue angle of 71.43º degrees, saturation: 0.24, 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 #D9DDC8 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB217221200-
CMYK0.0200.100.13
HSL71.43º23.6%82.55%-
HSV(B)71.43º9.5%86.67%-
XYZ64.970.6364.86-
YUV217.41118.17127.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.01%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 200 (78.52% from 255) = 31.35%
R=34.01%
G=34.64%
B=31.35%

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
Decimal2172212000.0200.100.1371.4323.682.55
HexD9DDC820AD471853
Octal33133531020121510730123
Binary110110011101110111001000100101011011000111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDC8; }

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

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

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

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

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

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

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

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