#DFCECA

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

Shades of Mercury #DFCECA

Tints of Mercury #DFCECA

Color information

#DFCECA (or 0xDFCECA) is unknown color: approx Mercury. HEX triplet: DF, CE and CA. RGB value is (223,206,202). Sum of RGB (Red+Green+Blue) = 223+206+202=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCECA is #203135. Grayscale: #D2D2D2. Windows color (decimal): -2109750 or 13291231. OLE color: 13291231.

HSL color Cylindrical-coordinate representation of color #DFCECA: hue angle of 11.43º 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 #DFCECA is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223206202-
CMYK00.080.090.13
HSL11.43º24.71%83.33%-
HSV(B)11.43º9.42%87.45%-
XYZ63.1664.0964.92-
YUV210.63123.13136.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.34%
GREEN value IS 206 (80.86% from 255) = 32.65%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=35.34%
G=32.65%
B=32.01%

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
Decimal22320620200.080.090.1311.4324.7183.33
HexDFCECA089Db1953
Octal33731631201011151331123
Binary11011111110011101100101001000100111011011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCECA; }

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

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

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

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

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

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

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

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