Html Css Color HEX #D6D0CE Mercury

📋 copy color: '#D6D0CE'

red 214 ◦ green 208 ◦ blue 206

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

Shades of Mercury #D6D0CE

Tints of Mercury #D6D0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.8%

R = 34.08%
G = 33.12%
B = 32.8%

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

#D6D0CE (or 0xD6D0CE) is known color: Mercury. HEX triplet: D6, D0 and CE. RGB value is (214,208,206). Sum of RGB (Red+Green+Blue) = 214+208+206=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D0CE is #292F31. Grayscale: #D1D1D1. Windows color (decimal): -2699058 or 13553878. OLE color: 13553878.

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

Color convert

RGB 214 208 206 -
CMYK 0 0.03 0.04 0.16
HSL 15º 0.09% 0.82% -
HSV(B) 15º 0.04% 0.84% -
XYZ 61.43 63.86 67.48 -
YUV 209.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 214 208 206 0 0.03 0.04 0.16 15 0.09 0.82
Hex D6 D0 CE 0 3 4 10 F 9 52
Octal 326 320 316 0 3 4 20 17 11 122
Binary 11010110 11010000 11001110 0 11 100 10000 1111 1001 1010010

Color Harmonies of #D6D0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D0CE

Black with #D6D0CE

Text Example


Text Example

White with #D6D0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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