#D1D5DB

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

Shades of Link Water #D1D5DB

Tints of Link Water #D1D5DB

Color information

#D1D5DB (or 0xD1D5DB) is unknown color: approx Link Water. HEX triplet: D1, D5 and DB. RGB value is (209,213,219). Sum of RGB (Red+Green+Blue) = 209+213+219=641 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.61% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1D5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D5DB is #2E2A24. Grayscale: #D4D4D4. Windows color (decimal): -3025445 or 14407121. OLE color: 14407121.

HSL color Cylindrical-coordinate representation of color #D1D5DB: hue angle of 216º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1D5DB is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209213219-
CMYK0.050.0300.14
HSL216º12.2%83.92%-
HSV(B)216º4.57%85.88%-
XYZ62.8766.2676.49-
YUV212.49131.67125.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.61%
GREEN value IS 213 (83.59% from 255) = 33.23%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=32.61%
G=33.23%
B=34.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092132190.050.0300.1421612.283.92
HexD1D5DB530Ed8c54
Octal3213253335301633014124
Binary11010001110101011101101110111011101101100011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D5DB; }

 p { color: rgb(209,213,219); }

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

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

 a { background-color: rgb(209,213,219); }

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

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

 span { border-color: rgb(209,213,219); }

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