#D1D7DF

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

Shades of Link Water #D1D7DF

Tints of Link Water #D1D7DF

Color information

#D1D7DF (or 0xD1D7DF) is unknown color: approx Link Water. HEX triplet: D1, D7 and DF. RGB value is (209,215,223). Sum of RGB (Red+Green+Blue) = 209+215+223=647 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.30% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 223 - color contains mainly: blue. Hex color #D1D7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D7DF is #2E2820. Grayscale: #D6D6D6. Windows color (decimal): -3024929 or 14669777. OLE color: 14669777.

HSL color Cylindrical-coordinate representation of color #D1D7DF: hue angle of 214.29º degrees, saturation: 0.18, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1D7DF is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209215223-
CMYK0.060.0400.13
HSL214.29º17.95%84.71%-
HSV(B)214.29º6.28%87.45%-
XYZ63.9167.4879.47-
YUV214.12133.01124.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.30%
GREEN value IS 215 (84.38% from 255) = 33.23%
BLUE value IS 223 (87.5% from 255) = 34.47%
R=32.30%
G=33.23%
B=34.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092152230.060.0400.13214.2917.9584.71
HexD1D7DF640Dd61255
Octal3213273376401532622125
Binary1101000111010111110111111101000110111010110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D7DF; }

 p { color: rgb(209,215,223); }

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

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

 a { background-color: rgb(209,215,223); }

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

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

 span { border-color: rgb(209,215,223); }

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