#D9DADB

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

Shades of Link Water #D9DADB

Tints of Link Water #D9DADB

Color information

#D9DADB (or 0xD9DADB) is unknown color: approx Link Water. HEX triplet: D9, DA and DB. RGB value is (217,218,219). Sum of RGB (Red+Green+Blue) = 217+218+219=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DADB is #262524. Grayscale: #D9D9D9. Windows color (decimal): -2499877 or 14408409. OLE color: 14408409.

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

Color convert

RGB217218219-
CMYK0.010.0000.14
HSL210º2.7%85.49%-
HSV(B)210º0.91%85.88%-
XYZ66.4770.0177.03-
YUV217.82128.67127.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.18%
GREEN value IS 218 (85.55% from 255) = 33.33%
BLUE value IS 219 (85.94% from 255) = 33.49%
R=33.18%
G=33.33%
B=33.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172182190.010.0000.142102.785.49
HexD9DADB100Ed2355
Octal331332333100163223125
Binary110110011101101011011011100111011010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DADB; }

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

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

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

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

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

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

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

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