#D5D0CE

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

Shades of Mercury #D5D0CE

Tints of Mercury #D5D0CE

Color information

#D5D0CE (or 0xD5D0CE) is unknown color: approx Mercury. HEX triplet: D5, D0 and CE. RGB value is (213,208,206). Sum of RGB (Red+Green+Blue) = 213+208+206=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D0CE is #2A2F31. Grayscale: #D1D1D1. Windows color (decimal): -2764594 or 13553877. OLE color: 13553877.

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

Color convert

RGB213208206-
CMYK00.020.030.16
HSL17.14º7.69%82.16%-
HSV(B)17.14º3.29%83.53%-
XYZ61.1463.7167.47-
YUV209.27126.16130.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.97%
GREEN value IS 208 (81.64% from 255) = 33.17%
BLUE value IS 206 (80.86% from 255) = 32.85%
R=33.97%
G=33.17%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320820600.020.030.1617.147.6982.16
HexD5D0CE0231011852
Octal325320316023202110122
Binary11010101110100001100111001011100001000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D0CE; }

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

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

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

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

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

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

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

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