Html Css Color HEX #D4CFCD Mercury

📋 copy color: '#D4CFCD'

red 212 ◦ green 207 ◦ blue 205

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

Shades of Mercury #D4CFCD

Tints of Mercury #D4CFCD

RGB

 RED value IS 212 (83.2% from 255) = 33.97%

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

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

R = 33.97%
G = 33.17%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D4CFCD (or 0xD4CFCD) is known color: Mercury. HEX triplet: D4, CF and CD. RGB value is (212,207,205). Sum of RGB (Red+Green+Blue) = 212+207+205=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFCD is #2B3032. Grayscale: #D0D0D0. Windows color (decimal): -2830387 or 13488084. OLE color: 13488084.

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

Color convert

RGB 212 207 205 -
CMYK 0 0.02 0.03 0.17
HSL 17.14º 0.08% 0.82% -
HSV(B) 17.14º 0.03% 0.83% -
XYZ 60.48 63.03 66.74 -
YUV 208.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 212 207 205 0 0.02 0.03 0.17 17.14 0.08 0.82
Hex D4 CF CD 0 2 3 11 11 8 52
Octal 324 317 315 0 2 3 21 21 10 122
Binary 11010100 11001111 11001101 0 10 11 10001 10001 1000 1010010

Color Harmonies of #D4CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CFCD

Black with #D4CFCD

Text Example


Text Example

White with #D4CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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