Html Css Color HEX #D6D0CF Mercury

📋 copy color: '#D6D0CF'

red 214 ◦ green 208 ◦ blue 207

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

Shades of Mercury #D6D0CF

Tints of Mercury #D6D0CF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.07%

 BLUE value IS 207 (81.25% from 255) = 32.91%

R = 34.02%
G = 33.07%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D6D0CF (or 0xD6D0CF) is known color: Mercury. HEX triplet: D6, D0 and CF. RGB value is (214,208,207). Sum of RGB (Red+Green+Blue) = 214+208+207=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D0CF is #292F30. Grayscale: #D1D1D1. Windows color (decimal): -2699057 or 13619414. OLE color: 13619414.

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

Color convert

RGB 214 208 207 -
CMYK 0 0.03 0.03 0.16
HSL 8.57º 0.08% 0.83% -
HSV(B) 8.57º 0.03% 0.84% -
XYZ 61.55 63.91 68.12 -
YUV 209.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 214 208 207 0 0.03 0.03 0.16 8.57 0.08 0.83
Hex D6 D0 CF 0 3 3 10 9 8 53
Octal 326 320 317 0 3 3 20 11 10 123
Binary 11010110 11010000 11001111 0 11 11 10000 1001 1000 1010011

Color Harmonies of #D6D0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D0CF

Black with #D6D0CF

Text Example


Text Example

White with #D6D0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D0CF; }

 p { color: rgb(214,208,207); }

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

background-color css

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

 a { background-color: rgb(214,208,207); }

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

border-color css

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

 span { border-color: rgb(214,208,207); }

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