Html Css Color HEX #D5D1D0 Mercury

📋 copy color: '#D5D1D0'

red 213 ◦ green 209 ◦ blue 208

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

Shades of Mercury #D5D1D0

Tints of Mercury #D5D1D0

RGB

 RED value IS 213 (83.59% from 255) = 33.81%

 GREEN value IS 209 (82.03% from 255) = 33.17%

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

R = 33.81%
G = 33.17%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D5D1D0 (or 0xD5D1D0) is known color: Mercury. HEX triplet: D5, D1 and D0. RGB value is (213,209,208). Sum of RGB (Red+Green+Blue) = 213+209+208=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D1D0 is #2A2E2F. Grayscale: #D2D2D2. Windows color (decimal): -2764336 or 13685205. OLE color: 13685205.

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

Color convert

RGB 213 209 208 -
CMYK 0 0.02 0.02 0.16
HSL 12º 0.06% 0.83% -
HSV(B) 12º 0.02% 0.84% -
XYZ 61.63 64.3 68.84 -
YUV 210.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 213 209 208 0 0.02 0.02 0.16 12 0.06 0.83
Hex D5 D1 D0 0 2 2 10 C 6 53
Octal 325 321 320 0 2 2 20 14 6 123
Binary 11010101 11010001 11010000 0 10 10 10000 1100 110 1010011

Color Harmonies of #D5D1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D1D0

Black with #D5D1D0

Text Example


Text Example

White with #D5D1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D1D0; }

 p { color: rgb(213,209,208); }

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

background-color css

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

 a { background-color: rgb(213,209,208); }

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

border-color css

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

 span { border-color: rgb(213,209,208); }

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