Html Css Color HEX #D5D1CF Mercury

📋 copy color: '#D5D1CF'

red 213 ◦ green 209 ◦ blue 207

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

Shades of Mercury #D5D1CF

Tints of Mercury #D5D1CF

RGB

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

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

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

R = 33.86%
G = 33.23%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5D1CF (or 0xD5D1CF) is known color: Mercury. HEX triplet: D5, D1 and CF. RGB value is (213,209,207). Sum of RGB (Red+Green+Blue) = 213+209+207=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D1CF is #2A2E30. Grayscale: #D1D1D1. Windows color (decimal): -2764337 or 13619669. OLE color: 13619669.

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

Color convert

RGB 213 209 207 -
CMYK 0 0.02 0.03 0.16
HSL 20º 0.07% 0.82% -
HSV(B) 20º 0.03% 0.84% -
XYZ 61.5 64.25 68.19 -
YUV 209.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 213 209 207 0 0.02 0.03 0.16 20 0.07 0.82
Hex D5 D1 CF 0 2 3 10 14 7 52
Octal 325 321 317 0 2 3 20 24 7 122
Binary 11010101 11010001 11001111 0 10 11 10000 10100 111 1010010

Color Harmonies of #D5D1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D1CF

Black with #D5D1CF

Text Example


Text Example

White with #D5D1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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