#D5CBC8

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

Shades of Mercury #D5CBC8

Tints of Mercury #D5CBC8

Color information

#D5CBC8 (or 0xD5CBC8) is unknown color: approx Mercury. HEX triplet: D5, CB and C8. RGB value is (213,203,200). Sum of RGB (Red+Green+Blue) = 213+203+200=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBC8 is #2A3437. Grayscale: #CDCDCD. Windows color (decimal): -2765880 or 13159381. OLE color: 13159381.

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

Color convert

RGB213203200-
CMYK00.050.060.16
HSL13.85º13.4%80.98%-
HSV(B)13.85º6.1%83.53%-
XYZ59.2261.0363.3-
YUV205.65124.81133.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.58%
GREEN value IS 203 (79.69% from 255) = 32.95%
BLUE value IS 200 (78.52% from 255) = 32.47%
R=34.58%
G=32.95%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320320000.050.060.1613.8513.480.98
HexD5CBC805610ed51
Octal325313310056201615121
Binary110101011100101111001000010111010000111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBC8; }

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

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

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

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

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

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

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

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