Html Css Color HEX #DFCFCB Mercury

📋 copy color: '#DFCFCB'

red 223 ◦ green 207 ◦ blue 203

#DFCFCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mercury #DFCFCB

Tints of Mercury #DFCFCB

RGB

 RED value IS 223 (87.5% from 255) = 35.23%

 GREEN value IS 207 (81.25% from 255) = 32.7%

 BLUE value IS 203 (79.69% from 255) = 32.07%

R = 35.23%
G = 32.7%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DFCFCB (or 0xDFCFCB) is known color: 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

RGB 223 207 203 -
CMYK 0 0.07 0.09 0.13
HSL 12º 0.24% 0.84% -
HSV(B) 12º 0.09% 0.87% -
XYZ 63.52 64.63 65.63 -
YUV 211.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 223 207 203 0 0.07 0.09 0.13 12 0.24 0.84
Hex DF CF CB 0 7 9 D C 18 54
Octal 337 317 313 0 7 11 15 14 30 124
Binary 11011111 11001111 11001011 0 111 1001 1101 1100 11000 1010100

Color Harmonies of #DFCFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCFCB

Black with #DFCFCB

Text Example


Text Example

White with #DFCFCB

Text Example


Text Example

HTML Codes & Css Web 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>