#DFCFCC

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

Shades of Mercury #DFCFCC

Tints of Mercury #DFCFCC

Color information

#DFCFCC (or 0xDFCFCC) is unknown color: approx Mercury. HEX triplet: DF, CF and CC. RGB value is (223,207,204). Sum of RGB (Red+Green+Blue) = 223+207+204=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFCC is #203033. Grayscale: #D3D3D3. Windows color (decimal): -2109492 or 13422559. OLE color: 13422559.

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

Color convert

RGB223207204-
CMYK00.070.090.13
HSL9.47º22.89%83.73%-
HSV(B)9.47º8.52%87.45%-
XYZ63.6464.6766.26-
YUV211.44123.8136.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.17%
GREEN value IS 207 (81.25% from 255) = 32.65%
BLUE value IS 204 (80.08% from 255) = 32.18%
R=35.17%
G=32.65%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320720400.070.090.139.4722.8983.73
HexDFCFCC079D91754
Octal3373173140711151127124
Binary1101111111001111110011000111100111011001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFCC; }

 p { color: rgb(223,207,204); }

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

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

 a { background-color: rgb(223,207,204); }

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

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

 span { border-color: rgb(223,207,204); }

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