#D5D7DB

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

Shades of Link Water #D5D7DB

Tints of Link Water #D5D7DB

Color information

#D5D7DB (or 0xD5D7DB) is unknown color: approx Link Water. HEX triplet: D5, D7 and DB. RGB value is (213,215,219). Sum of RGB (Red+Green+Blue) = 213+215+219=647 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.92% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5D7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D7DB is #2A2824. Grayscale: #D6D6D6. Windows color (decimal): -2762789 or 14407637. OLE color: 14407637.

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

Color convert

RGB213215219-
CMYK0.030.0200.14
HSL220º7.69%84.71%-
HSV(B)220º2.74%85.88%-
XYZ64.5367.8676.72-
YUV214.86130.34126.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.92%
GREEN value IS 215 (84.38% from 255) = 33.23%
BLUE value IS 219 (85.94% from 255) = 33.85%
R=32.92%
G=33.23%
B=33.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132152190.030.0200.142207.6984.71
HexD5D7DB320Edc855
Octal3253273333201633410125
Binary1101010111010111110110111110011101101110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D7DB; }

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

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

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

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

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

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

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

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