#D6D9DC

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

Shades of Link Water #D6D9DC

Tints of Link Water #D6D9DC

Color information

#D6D9DC (or 0xD6D9DC) is unknown color: approx Link Water. HEX triplet: D6, D9 and DC. RGB value is (214,217,220). Sum of RGB (Red+Green+Blue) = 214+217+220=651 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.87% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6D9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D9DC is #292623. Grayscale: #D8D8D8. Windows color (decimal): -2696740 or 14473686. OLE color: 14473686.

HSL color Cylindrical-coordinate representation of color #D6D9DC: hue angle of 210º 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 #D6D9DC is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214217220-
CMYK0.030.0100.14
HSL210º7.89%85.1%-
HSV(B)210º2.73%86.27%-
XYZ65.4669.0977.6-
YUV216.44130.01126.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.87%
GREEN value IS 217 (85.16% from 255) = 33.33%
BLUE value IS 220 (86.33% from 255) = 33.79%
R=32.87%
G=33.33%
B=33.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142172200.030.0100.142107.8985.1
HexD6D9DC310Ed2855
Octal3263313343101632210125
Binary110101101101100111011100111011101101001010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D9DC; }

 p { color: rgb(214,217,220); }

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

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

 a { background-color: rgb(214,217,220); }

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

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

 span { border-color: rgb(214,217,220); }

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