Html Css Color HEX #D6CFCD Mercury

📋 copy color: '#D6CFCD'

red 214 ◦ green 207 ◦ blue 205

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

Shades of Mercury #D6CFCD

Tints of Mercury #D6CFCD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.07%

 BLUE value IS 205 (80.47% from 255) = 32.75%

R = 34.19%
G = 33.07%
B = 32.75%

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

#D6CFCD (or 0xD6CFCD) is known color: Mercury. HEX triplet: D6, CF and CD. RGB value is (214,207,205). Sum of RGB (Red+Green+Blue) = 214+207+205=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFCD is #293032. Grayscale: #D0D0D0. Windows color (decimal): -2699315 or 13488086. OLE color: 13488086.

HSL color Cylindrical-coordinate representation of color #D6CFCD: hue angle of 13.33º degrees, saturation: 0.1, 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 #D6CFCD is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 207 205 -
CMYK 0 0.03 0.04 0.16
HSL 13.33º 0.1% 0.82% -
HSV(B) 13.33º 0.04% 0.84% -
XYZ 61.06 63.33 66.76 -
YUV 208.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 214 207 205 0 0.03 0.04 0.16 13.33 0.1 0.82
Hex D6 CF CD 0 3 4 10 D A 52
Octal 326 317 315 0 3 4 20 15 12 122
Binary 11010110 11001111 11001101 0 11 100 10000 1101 1010 1010010

Color Harmonies of #D6CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CFCD

Black with #D6CFCD

Text Example


Text Example

White with #D6CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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