Html Css Color HEX #D7D0CF Mercury

📋 copy color: '#D7D0CF'

red 215 ◦ green 208 ◦ blue 207

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

Shades of Mercury #D7D0CF

Tints of Mercury #D7D0CF

RGB

 RED value IS 215 (84.38% from 255) = 34.13%

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

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

R = 34.13%
G = 33.02%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D7D0CF (or 0xD7D0CF) is known color: Mercury. HEX triplet: D7, D0 and CF. RGB value is (215,208,207). Sum of RGB (Red+Green+Blue) = 215+208+207=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D0CF is #282F30. Grayscale: #D1D1D1. Windows color (decimal): -2633521 or 13619415. OLE color: 13619415.

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

Color convert

RGB 215 208 207 -
CMYK 0 0.03 0.04 0.16
HSL 7.5º 0.09% 0.83% -
HSV(B) 7.5º 0.04% 0.84% -
XYZ 61.84 64.06 68.14 -
YUV 209.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 215 208 207 0 0.03 0.04 0.16 7.5 0.09 0.83
Hex D7 D0 CF 0 3 4 10 8 9 53
Octal 327 320 317 0 3 4 20 10 11 123
Binary 11010111 11010000 11001111 0 11 100 10000 1000 1001 1010011

Color Harmonies of #D7D0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D0CF

Black with #D7D0CF

Text Example


Text Example

White with #D7D0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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