Html Css Color HEX #D9DADB Link Water

📋 copy color: '#D9DADB'

red 217 ◦ green 218 ◦ blue 219

#D9DADB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #D9DADB

Tints of Link Water #D9DADB

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 value IS 0.01

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9DADB (or 0xD9DADB) is known color: 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

RGB 217 218 219 -
CMYK 0.01 0.00 0 0.14
HSL 210º 0.03% 0.85% -
HSV(B) 210º 0.01% 0.86% -
XYZ 66.47 70.01 77.03 -
YUV 217.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 217 218 219 0.01 0.00 0 0.14 210 0.03 0.85
Hex D9 DA DB 1 0 0 E D2 3 55
Octal 331 332 333 1 0 0 16 322 3 125
Binary 11011001 11011010 11011011 1 0 0 1110 11010010 11 1010101

Color Harmonies of #D9DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DADB

Black with #D9DADB

Text Example


Text Example

White with #D9DADB

Text Example


Text Example

HTML Codes & Css Web 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>