#D5CECC

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

Shades of Mercury #D5CECC

Tints of Mercury #D5CECC

Color information

#D5CECC (or 0xD5CECC) is unknown color: approx Mercury. HEX triplet: D5, CE and CC. RGB value is (213,206,204). Sum of RGB (Red+Green+Blue) = 213+206+204=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CECC is #2A3133. Grayscale: #CFCFCF. Windows color (decimal): -2765108 or 13422293. OLE color: 13422293.

HSL color Cylindrical-coordinate representation of color #D5CECC: hue angle of 13.33º degrees, saturation: 0.1, 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 #D5CECC is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213206204-
CMYK00.030.040.16
HSL13.33º9.68%81.76%-
HSV(B)13.33º4.23%83.53%-
XYZ60.4162.6566.04-
YUV207.86125.82131.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.19%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=34.19%
G=33.07%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320620400.030.040.1613.339.6881.76
HexD5CECC03410da52
Octal325316314034201512122
Binary11010101110011101100110001110010000110110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CECC; }

 p { color: rgb(213,206,204); }

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

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

 a { background-color: rgb(213,206,204); }

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

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

 span { border-color: rgb(213,206,204); }

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