#D1CCCA

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

Shades of Mercury #D1CCCA

Tints of Mercury #D1CCCA

Color information

#D1CCCA (or 0xD1CCCA) is unknown color: approx Mercury. HEX triplet: D1, CC and CA. RGB value is (209,204,202). Sum of RGB (Red+Green+Blue) = 209+204+202=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCCA is #2E3335. Grayscale: #CDCDCD. Windows color (decimal): -3027766 or 13290705. OLE color: 13290705.

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

Color convert

RGB209204202-
CMYK00.020.030.18
HSL17.14º7.07%80.59%-
HSV(B)17.14º3.35%81.96%-
XYZ58.5561.0164.57-
YUV205.27126.16130.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.98%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=33.98%
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.18
SystemRedGreenBlueCMYKHSL
Decimal20920420200.020.030.1817.147.0780.59
HexD1CCCA0231211751
Octal32131431202322217121
Binary1101000111001100110010100101110010100011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCCA; }

 p { color: rgb(209,204,202); }

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

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

 a { background-color: rgb(209,204,202); }

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

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

 span { border-color: rgb(209,204,202); }

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