Html Css Color HEX #D7D9DB Link Water

📋 copy color: '#D7D9DB'

red 215 ◦ green 217 ◦ blue 219

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

Shades of Link Water #D7D9DB

Tints of Link Water #D7D9DB

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

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

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

RGB 215 217 219 -
CMYK 0.02 0.01 0 0.14
HSL 210º 0.05% 0.85% -
HSV(B) 210º 0.02% 0.86% -
XYZ 65.62 69.19 76.91 -
YUV 216.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 215 217 219 0.02 0.01 0 0.14 210 0.05 0.85
Hex D7 D9 DB 2 1 0 E D2 5 55
Octal 327 331 333 2 1 0 16 322 5 125
Binary 11010111 11011001 11011011 10 1 0 1110 11010010 101 1010101

Color Harmonies of #D7D9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D9DB

Black with #D7D9DB

Text Example


Text Example

White with #D7D9DB

Text Example


Text Example

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