#D7D9DB

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

Shades of Link Water #D7D9DB

Tints of Link Water #D7D9DB

Color information

#D7D9DB (or 0xD7D9DB) is unknown color: approx Link Water. HEX triplet: D7, D9 and DB. RGB value is (215,217,219). Sum of RGB (Red+Green+Blue) = 215+217+219=651 (86% of max value = 765). Red value is 215 (84.38% from 255 or 33.03% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7D9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D9DB is #282624. Grayscale: #D8D8D8. Windows color (decimal): -2631205 or 14408151. OLE color: 14408151.

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

Color convert

RGB215217219-
CMYK0.020.0100.14
HSL210º5.26%85.1%-
HSV(B)210º1.83%85.88%-
XYZ65.6269.1976.91-
YUV216.63129.34126.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.03%
GREEN value IS 217 (85.16% from 255) = 33.33%
BLUE value IS 219 (85.94% from 255) = 33.64%
R=33.03%
G=33.33%
B=33.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152172190.020.0100.142105.2685.1
HexD7D9DB210Ed2555
Octal327331333210163225125
Binary11010111110110011101101110101110110100101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D9DB; }

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

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

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

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

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

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

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

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