#D8CDCB

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

Shades of Mercury #D8CDCB

Tints of Mercury #D8CDCB

Color information

#D8CDCB (or 0xD8CDCB) is unknown color: approx Mercury. HEX triplet: D8, CD and CB. RGB value is (216,205,203). Sum of RGB (Red+Green+Blue) = 216+205+203=624 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.62% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDCB is #273234. Grayscale: #D0D0D0. Windows color (decimal): -2568757 or 13356504. OLE color: 13356504.

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

Color convert

RGB216205203-
CMYK00.050.060.15
HSL9.23º14.29%82.16%-
HSV(B)9.23º6.02%84.71%-
XYZ60.9362.5765.37-
YUV208.06125.14133.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.62%
GREEN value IS 205 (80.47% from 255) = 32.85%
BLUE value IS 203 (79.69% from 255) = 32.53%
R=34.62%
G=32.85%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620520300.050.060.159.2314.2982.16
HexD8CDCB056F9e52
Octal330315313056171116122
Binary11011000110011011100101101011101111100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CDCB; }

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

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

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

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

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

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

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

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