Html Css Color HEX #DFCFCC Mercury

📋 copy color: '#DFCFCC'

red 223 ◦ green 207 ◦ blue 204

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

Shades of Mercury #DFCFCC

Tints of Mercury #DFCFCC

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 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

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

RGB 223 207 204 -
CMYK 0 0.07 0.09 0.13
HSL 9.47º 0.23% 0.84% -
HSV(B) 9.47º 0.09% 0.87% -
XYZ 63.64 64.67 66.26 -
YUV 211.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 223 207 204 0 0.07 0.09 0.13 9.47 0.23 0.84
Hex DF CF CC 0 7 9 D 9 17 54
Octal 337 317 314 0 7 11 15 11 27 124
Binary 11011111 11001111 11001100 0 111 1001 1101 1001 10111 1010100

Color Harmonies of #DFCFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCFCC

Black with #DFCFCC

Text Example


Text Example

White with #DFCFCC

Text Example


Text Example

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