#DFCFCB

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

Shades of Mercury #DFCFCB

Tints of Mercury #DFCFCB

Color information

#DFCFCB (or 0xDFCFCB) is unknown color: approx Mercury. HEX triplet: DF, CF and CB. RGB value is (223,207,203). Sum of RGB (Red+Green+Blue) = 223+207+203=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFCB is #203034. Grayscale: #D3D3D3. Windows color (decimal): -2109493 or 13357023. OLE color: 13357023.

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

Color convert

RGB223207203-
CMYK00.070.090.13
HSL12º23.81%83.53%-
HSV(B)12º8.97%87.45%-
XYZ63.5264.6365.63-
YUV211.33123.3136.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.23%
GREEN value IS 207 (81.25% from 255) = 32.70%
BLUE value IS 203 (79.69% from 255) = 32.07%
R=35.23%
G=32.70%
B=32.07%

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
Decimal22320720300.070.090.131223.8183.53
HexDFCFCB079Dc1854
Octal3373173130711151430124
Binary1101111111001111110010110111100111011100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFCB; }

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

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

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

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

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

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

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

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