#D5CDCA

Color #D5CDCA Mercury (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mercury #D5CDCA

Tints of Mercury #D5CDCA

Color information

#D5CDCA (or 0xD5CDCA) is unknown color: approx Mercury. HEX triplet: D5, CD and CA. RGB value is (213,205,202). Sum of RGB (Red+Green+Blue) = 213+205+202=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDCA is #2A3235. Grayscale: #CFCFCF. Windows color (decimal): -2765366 or 13290965. OLE color: 13290965.

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

Color convert

RGB213205202-
CMYK00.040.050.16
HSL16.36º11.58%81.37%-
HSV(B)16.36º5.16%83.53%-
XYZ59.9362.0764.7-
YUV207.05125.15132.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.35%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=34.35%
G=33.06%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320520200.040.050.1616.3611.5881.37
HexD5CDCA0451010c51
Octal325315312045202014121
Binary1101010111001101110010100100101100001000011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDCA; }

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

 H1.HeaderClassName
 {
   color: #D5CDCA;
 }
 .AnyTagClassName
 {
   color: #D5CDCA;
 }
</style>
background-color css

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

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

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

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

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

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