Html Css Color HEX #D3D7DB Link Water

📋 copy color: '#D3D7DB'

red 211 ◦ green 215 ◦ blue 219

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

Shades of Link Water #D3D7DB

Tints of Link Water #D3D7DB

RGB

 RED value IS 211 (82.81% from 255) = 32.71%

 GREEN value IS 215 (84.38% from 255) = 33.33%

 BLUE value IS 219 (85.94% from 255) = 33.95%

R = 32.71%
G = 33.33%
B = 33.95%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D3D7DB (or 0xD3D7DB) is known color: Link Water. HEX triplet: D3, D7 and DB. RGB value is (211,215,219). Sum of RGB (Red+Green+Blue) = 211+215+219=645 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.71% from 645); Green value is 215 (84.38% from 255 or 33.33% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3D7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D7DB is #2C2824. Grayscale: #D6D6D6. Windows color (decimal): -2893861 or 14407635. OLE color: 14407635.

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

Color convert

RGB 211 215 219 -
CMYK 0.04 0.02 0 0.14
HSL 210º 0.1% 0.84% -
HSV(B) 210º 0.04% 0.86% -
XYZ 63.95 67.56 76.69 -
YUV 214.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 211 215 219 0.04 0.02 0 0.14 210 0.1 0.84
Hex D3 D7 DB 4 2 0 E D2 A 54
Octal 323 327 333 4 2 0 16 322 12 124
Binary 11010011 11010111 11011011 100 10 0 1110 11010010 1010 1010100

Color Harmonies of #D3D7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D7DB

Black with #D3D7DB

Text Example


Text Example

White with #D3D7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D7DB; }

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

 H1.HeaderClassName
 {
   color: #D3D7DB;
 }
 .AnyTagClassName
 {
   color: #D3D7DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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