Html Css Color HEX #D4D6DA Link Water

📋 copy color: '#D4D6DA'

red 212 ◦ green 214 ◦ blue 218

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

Shades of Link Water #D4D6DA

Tints of Link Water #D4D6DA

RGB

 RED value IS 212 (83.2% 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 value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D4D6DA (or 0xD4D6DA) is known color: 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.08, 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

RGB 212 214 218 -
CMYK 0.03 0.02 0 0.15
HSL 220º 0.08% 0.84% -
HSV(B) 220º 0.03% 0.85% -
XYZ 63.85 67.15 75.93 -
YUV 213.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 212 214 218 0.03 0.02 0 0.15 220 0.08 0.84
Hex D4 D6 DA 3 2 0 F DC 8 54
Octal 324 326 332 3 2 0 17 334 10 124
Binary 11010100 11010110 11011010 11 10 0 1111 11011100 1000 1010100

Color Harmonies of #D4D6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D6DA

Black with #D4D6DA

Text Example


Text Example

White with #D4D6DA

Text Example


Text Example

HTML Codes & Css Web 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>