#D1D4D8

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

Shades of Link Water #D1D4D8

Tints of Link Water #D1D4D8

Color information

#D1D4D8 (or 0xD1D4D8) is unknown color: approx Link Water. HEX triplet: D1, D4 and D8. RGB value is (209,212,216). Sum of RGB (Red+Green+Blue) = 209+212+216=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 216 - color contains mainly: blue. Hex color #D1D4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D4D8 is #2E2B27. Grayscale: #D3D3D3. Windows color (decimal): -3025704 or 14210257. OLE color: 14210257.

HSL color Cylindrical-coordinate representation of color #D1D4D8: hue angle of 214.29º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D1D4D8 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209212216-
CMYK0.030.0200.15
HSL214.29º8.24%83.33%-
HSV(B)214.29º3.24%84.71%-
XYZ62.2365.674.35-
YUV211.56130.51126.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.81%
GREEN value IS 212 (83.20% from 255) = 33.28%
BLUE value IS 216 (84.77% from 255) = 33.91%
R=32.81%
G=33.28%
B=33.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092122160.030.0200.15214.298.2483.33
HexD1D4D8320Fd6853
Octal3213243303201732610123
Binary1101000111010100110110001110011111101011010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D4D8; }

 p { color: rgb(209,212,216); }

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

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

 a { background-color: rgb(209,212,216); }

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

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

 span { border-color: rgb(209,212,216); }

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