Html Css Color HEX #D5CFCD Mercury

📋 copy color: '#D5CFCD'

red 213 ◦ green 207 ◦ blue 205

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

Shades of Mercury #D5CFCD

Tints of Mercury #D5CFCD

RGB

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

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

 BLUE value IS 205 (80.47% 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

#D5CFCD (or 0xD5CFCD) is known color: Mercury. HEX triplet: D5, CF and CD. RGB value is (213,207,205). Sum of RGB (Red+Green+Blue) = 213+207+205=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFCD is #2A3032. Grayscale: #D0D0D0. Windows color (decimal): -2764851 or 13488085. OLE color: 13488085.

HSL color Cylindrical-coordinate representation of color #D5CFCD: 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 #D5CFCD is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 207 205 -
CMYK 0 0.03 0.04 0.16
HSL 15º 0.09% 0.82% -
HSV(B) 15º 0.04% 0.84% -
XYZ 60.77 63.18 66.75 -
YUV 208.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 213 207 205 0 0.03 0.04 0.16 15 0.09 0.82
Hex D5 CF CD 0 3 4 10 F 9 52
Octal 325 317 315 0 3 4 20 17 11 122
Binary 11010101 11001111 11001101 0 11 100 10000 1111 1001 1010010

Color Harmonies of #D5CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CFCD

Black with #D5CFCD

Text Example


Text Example

White with #D5CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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