Html Css Color HEX #DAD7D6 Mercury

📋 copy color: '#DAD7D6'

red 218 ◦ green 215 ◦ blue 214

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

Shades of Mercury #DAD7D6

Tints of Mercury #DAD7D6

RGB

 RED value IS 218 (85.55% from 255) = 33.69%

 GREEN value IS 215 (84.38% from 255) = 33.23%

 BLUE value IS 214 (83.98% from 255) = 33.08%

R = 33.69%
G = 33.23%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DAD7D6 (or 0xDAD7D6) is known color: Mercury. HEX triplet: DA, D7 and D6. RGB value is (218,215,214). Sum of RGB (Red+Green+Blue) = 218+215+214=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 214 (83.98% from 255 or 33.08% from 647); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7D6 is #252829. Grayscale: #D7D7D7. Windows color (decimal): -2435114 or 14079962. OLE color: 14079962.

HSL color Cylindrical-coordinate representation of color #DAD7D6: hue angle of 15º 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 #DAD7D6 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 215 214 -
CMYK 0 0.01 0.02 0.15
HSL 15º 0.05% 0.85% -
HSV(B) 15º 0.02% 0.85% -
XYZ 65.35 68.36 73.37 -
YUV 215.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 218 215 214 0 0.01 0.02 0.15 15 0.05 0.85
Hex DA D7 D6 0 1 2 F F 5 55
Octal 332 327 326 0 1 2 17 17 5 125
Binary 11011010 11010111 11010110 0 1 10 1111 1111 101 1010101

Color Harmonies of #DAD7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD7D6

Black with #DAD7D6

Text Example


Text Example

White with #DAD7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD7D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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