#D9D9D9

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

Shades of Gainsboro #D9D9D9

Tints of Gainsboro #D9D9D9

Color information

#D9D9D9 (or 0xD9D9D9) is unknown color: approx Gainsboro. HEX triplet: D9, D9 and D9. RGB value is (217,217,217). Sum of RGB (Red+Green+Blue) = 217+217+217=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 217 - color contains mainly: red, green, blue. Hex color #D9D9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D9D9 is #262626. Grayscale: #D9D9D9. Windows color (decimal): -2500135 or 14277081. OLE color: 14277081.

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

Color convert

RGB217217217-
CMYK0000.15
HSL0%85.1%-
HSV(B)0%85.1%-
XYZ65.9569.3975.56-
YUV217128128-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.33%
GREEN value IS 217 (85.16% from 255) = 33.33%
BLUE value IS 217 (85.16% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172172170000.150085.1
HexD9D9D9000F0055
Octal3313313310001700125
Binary1101100111011001110110010001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D9D9; }

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

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

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

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

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

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

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

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