#D4D6DA

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

Shades of Link Water #D4D6DA

Tints of Link Water #D4D6DA

Color information

#D4D6DA (or 0xD4D6DA) is unknown color: approx Link Water. HEX triplet: D4, D6 and DA. RGB value is (212,214,218). Sum of RGB (Red+Green+Blue) = 212+214+218=644 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.92% from 644); Green value is 214 (83.98% from 255 or 33.23% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 218 - color contains mainly: blue. Hex color #D4D6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D6DA is #2B2925. Grayscale: #D5D5D5. Windows color (decimal): -2828582 or 14341844. OLE color: 14341844.

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

Color convert

RGB212214218-
CMYK0.030.0200.15
HSL220º7.5%84.31%-
HSV(B)220º2.75%85.49%-
XYZ63.8567.1575.93-
YUV213.86130.34126.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.92%
GREEN value IS 214 (83.98% from 255) = 33.23%
BLUE value IS 218 (85.55% from 255) = 33.85%
R=32.92%
G=33.23%
B=33.85%

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
Decimal2122142180.030.0200.152207.584.31
HexD4D6DA320Fdc754
Octal324326332320173347124
Binary110101001101011011011010111001111110111001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D6DA; }

 p { color: rgb(212,214,218); }

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

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

 a { background-color: rgb(212,214,218); }

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

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

 span { border-color: rgb(212,214,218); }

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