Html Css Color HEX #D5D7DB Link Water

📋 copy color: '#D5D7DB'

red 213 ◦ green 215 ◦ blue 219

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

Shades of Link Water #D5D7DB

Tints of Link Water #D5D7DB

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

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

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

RGB 213 215 219 -
CMYK 0.03 0.02 0 0.14
HSL 220º 0.08% 0.85% -
HSV(B) 220º 0.03% 0.86% -
XYZ 64.53 67.86 76.72 -
YUV 214.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 213 215 219 0.03 0.02 0 0.14 220 0.08 0.85
Hex D5 D7 DB 3 2 0 E DC 8 55
Octal 325 327 333 3 2 0 16 334 10 125
Binary 11010101 11010111 11011011 11 10 0 1110 11011100 1000 1010101

Color Harmonies of #D5D7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D7DB

Black with #D5D7DB

Text Example


Text Example

White with #D5D7DB

Text Example


Text Example

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