#D2D7DB

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

Shades of Link Water #D2D7DB

Tints of Link Water #D2D7DB

Color information

#D2D7DB (or 0xD2D7DB) is unknown color: approx Link Water. HEX triplet: D2, D7 and DB. RGB value is (210,215,219). Sum of RGB (Red+Green+Blue) = 210+215+219=644 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.61% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2D7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D7DB is #2D2824. Grayscale: #D5D5D5. Windows color (decimal): -2959397 or 14407634. OLE color: 14407634.

HSL color Cylindrical-coordinate representation of color #D2D7DB: hue angle of 206.67º degrees, saturation: 0.11, 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 #D2D7DB is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210215219-
CMYK0.040.0200.14
HSL206.67º11.11%84.12%-
HSV(B)206.67º4.11%85.88%-
XYZ63.6667.4276.68-
YUV213.96130.84125.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.61%
GREEN value IS 215 (84.38% from 255) = 33.39%
BLUE value IS 219 (85.94% from 255) = 34.01%
R=32.61%
G=33.39%
B=34.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102152190.040.0200.14206.6711.1184.12
HexD2D7DB420Ecfb54
Octal3223273334201631713124
Binary11010010110101111101101110010011101100111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D7DB; }

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

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

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

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

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

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

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

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