Html Css Color HEX #DFCDCA Mercury

📋 copy color: '#DFCDCA'

red 223 ◦ green 205 ◦ blue 202

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

Shades of Mercury #DFCDCA

Tints of Mercury #DFCDCA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.54%

 BLUE value IS 202 (79.3% from 255) = 32.06%

R = 35.4%
G = 32.54%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DFCDCA (or 0xDFCDCA) is known color: Mercury. HEX triplet: DF, CD and CA. RGB value is (223,205,202). Sum of RGB (Red+Green+Blue) = 223+205+202=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDCA is #203235. Grayscale: #D2D2D2. Windows color (decimal): -2110006 or 13290975. OLE color: 13290975.

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

Color convert

RGB 223 205 202 -
CMYK 0 0.08 0.09 0.13
HSL 8.57º 0.25% 0.83% -
HSV(B) 8.57º 0.09% 0.87% -
XYZ 62.92 63.61 64.84 -
YUV 210.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 223 205 202 0 0.08 0.09 0.13 8.57 0.25 0.83
Hex DF CD CA 0 8 9 D 9 19 53
Octal 337 315 312 0 10 11 15 11 31 123
Binary 11011111 11001101 11001010 0 1000 1001 1101 1001 11001 1010011

Color Harmonies of #DFCDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCDCA

Black with #DFCDCA

Text Example


Text Example

White with #DFCDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCDCA; }

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

 H1.HeaderClassName
 {
   color: #DFCDCA;
 }
 .AnyTagClassName
 {
   color: #DFCDCA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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