#D9DFCD

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

Shades of Gin #D9DFCD

Tints of Gin #D9DFCD

Color information

#D9DFCD (or 0xD9DFCD) is unknown color: approx Gin. HEX triplet: D9, DF and CD. RGB value is (217,223,205). Sum of RGB (Red+Green+Blue) = 217+223+205=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFCD is #262032. Grayscale: #DBDBDB. Windows color (decimal): -2498611 or 13492185. OLE color: 13492185.

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

Color convert

RGB217223205-
CMYK0.0300.080.13
HSL80º21.95%83.92%-
HSV(B)80º8.07%87.45%-
XYZ66.0271.9368.16-
YUV219.15120.01126.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.64%
GREEN value IS 223 (87.5% from 255) = 34.57%
BLUE value IS 205 (80.47% from 255) = 31.78%
R=33.64%
G=34.57%
B=31.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172232050.0300.080.138021.9583.92
HexD9DFCD308D501654
Octal33133731530101512026124
Binary110110011101111111001101110100011011010000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFCD; }

 p { color: rgb(217,223,205); }

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

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

 a { background-color: rgb(217,223,205); }

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

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

 span { border-color: rgb(217,223,205); }

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