#DFCDCA

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

Shades of Mercury #DFCDCA

Tints of Mercury #DFCDCA

Color information

#DFCDCA (or 0xDFCDCA) is unknown color: approx Mercury. HEX triplet: DF, CD and CA. RGB value is (223,205,202). Sum of RGB (Red+Green+Blue) = 223+205+202=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDCA is #203235. Grayscale: #D2D2D2. Windows color (decimal): -2110006 or 13290975. OLE color: 13290975.

HSL color Cylindrical-coordinate representation of color #DFCDCA: hue angle of 8.57º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCDCA is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223205202-
CMYK00.080.090.13
HSL8.57º24.71%83.33%-
HSV(B)8.57º9.42%87.45%-
XYZ62.9263.6164.84-
YUV210.04123.46137.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.40%
GREEN value IS 205 (80.47% from 255) = 32.54%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=35.40%
G=32.54%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320520200.080.090.138.5724.7183.33
HexDFCDCA089D91953
Octal33731531201011151131123
Binary11011111110011011100101001000100111011001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDCA; }

 p { color: rgb(223,205,202); }

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

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

 a { background-color: rgb(223,205,202); }

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

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

 span { border-color: rgb(223,205,202); }

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