Html Css Color HEX #D9CFCD Mercury

📋 copy color: '#D9CFCD'

red 217 ◦ green 207 ◦ blue 205

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

Shades of Mercury #D9CFCD

Tints of Mercury #D9CFCD

RGB

 RED value IS 217 (85.16% from 255) = 34.5%

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

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

R = 34.5%
G = 32.91%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9CFCD (or 0xD9CFCD) is known color: Mercury. HEX triplet: D9, CF and CD. RGB value is (217,207,205). Sum of RGB (Red+Green+Blue) = 217+207+205=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFCD is #263032. Grayscale: #D1D1D1. Windows color (decimal): -2502707 or 13488089. OLE color: 13488089.

HSL color Cylindrical-coordinate representation of color #D9CFCD: hue angle of 10º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CFCD is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 207 205 -
CMYK 0 0.05 0.06 0.15
HSL 10º 0.14% 0.83% -
HSV(B) 10º 0.06% 0.85% -
XYZ 61.95 63.79 66.8 -
YUV 209.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 217 207 205 0 0.05 0.06 0.15 10 0.14 0.83
Hex D9 CF CD 0 5 6 F A E 53
Octal 331 317 315 0 5 6 17 12 16 123
Binary 11011001 11001111 11001101 0 101 110 1111 1010 1110 1010011

Color Harmonies of #D9CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CFCD

Black with #D9CFCD

Text Example


Text Example

White with #D9CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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