Html Css Color HEX #D6D8DA Link Water

📋 copy color: '#D6D8DA'

red 214 ◦ green 216 ◦ blue 218

#D6D8DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #D6D8DA

Tints of Link Water #D6D8DA

RGB

 RED value IS 214 (83.98% from 255) = 33.02%

 GREEN value IS 216 (84.77% from 255) = 33.33%

 BLUE value IS 218 (85.55% from 255) = 33.64%

R = 33.02%
G = 33.33%
B = 33.64%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D6D8DA (or 0xD6D8DA) is known color: Link Water. HEX triplet: D6, D8 and DA. RGB value is (214,216,218). Sum of RGB (Red+Green+Blue) = 214+216+218=648 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.02% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6D8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D8DA is #292725. Grayscale: #D7D7D7. Windows color (decimal): -2696998 or 14342358. OLE color: 14342358.

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

Color convert

RGB 214 216 218 -
CMYK 0.02 0.01 0 0.15
HSL 210º 0.05% 0.85% -
HSV(B) 210º 0.02% 0.85% -
XYZ 64.94 68.47 76.12 -
YUV 215.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 214 216 218 0.02 0.01 0 0.15 210 0.05 0.85
Hex D6 D8 DA 2 1 0 F D2 5 55
Octal 326 330 332 2 1 0 17 322 5 125
Binary 11010110 11011000 11011010 10 1 0 1111 11010010 101 1010101

Color Harmonies of #D6D8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D8DA

Black with #D6D8DA

Text Example


Text Example

White with #D6D8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D8DA; }

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

 H1.HeaderClassName
 {
   color: #D6D8DA;
 }
 .AnyTagClassName
 {
   color: #D6D8DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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