#D5CDCB

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

Shades of Mercury #D5CDCB

Tints of Mercury #D5CDCB

Color information

#D5CDCB (or 0xD5CDCB) is unknown color: approx Mercury. HEX triplet: D5, CD and CB. RGB value is (213,205,203). Sum of RGB (Red+Green+Blue) = 213+205+203=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDCB is #2A3234. Grayscale: #CFCFCF. Windows color (decimal): -2765365 or 13356501. OLE color: 13356501.

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

Color convert

RGB213205203-
CMYK00.040.050.16
HSL12º10.64%81.57%-
HSV(B)12º4.69%83.53%-
XYZ60.0562.1265.33-
YUV207.16125.65132.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.30%
GREEN value IS 205 (80.47% from 255) = 33.01%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=34.30%
G=33.01%
B=32.69%

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
Decimal21320520300.040.050.161210.6481.57
HexD5CDCB04510cb52
Octal325315313045201413122
Binary110101011100110111001011010010110000110010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDCB; }

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

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

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

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

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

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

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

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