Html Css Color HEX #DCCDCB Mercury

📋 copy color: '#DCCDCB'

red 220 ◦ green 205 ◦ blue 203

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

Shades of Mercury #DCCDCB

Tints of Mercury #DCCDCB

RGB

 RED value IS 220 (86.33% from 255) = 35.03%

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

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

R = 35.03%
G = 32.64%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DCCDCB (or 0xDCCDCB) is known color: Mercury. HEX triplet: DC, CD and CB. RGB value is (220,205,203). Sum of RGB (Red+Green+Blue) = 220+205+203=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDCB is #233234. Grayscale: #D1D1D1. Windows color (decimal): -2306613 or 13356508. OLE color: 13356508.

HSL color Cylindrical-coordinate representation of color #DCCDCB: hue angle of 7.06º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCDCB is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 205 203 -
CMYK 0 0.07 0.08 0.14
HSL 7.06º 0.2% 0.83% -
HSV(B) 7.06º 0.08% 0.86% -
XYZ 62.13 63.19 65.42 -
YUV 209.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 220 205 203 0 0.07 0.08 0.14 7.06 0.2 0.83
Hex DC CD CB 0 7 8 E 7 14 53
Octal 334 315 313 0 7 10 16 7 24 123
Binary 11011100 11001101 11001011 0 111 1000 1110 111 10100 1010011

Color Harmonies of #DCCDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCDCB

Black with #DCCDCB

Text Example


Text Example

White with #DCCDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCDCB; }

 p { color: rgb(220,205,203); }

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

background-color css

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

 a { background-color: rgb(220,205,203); }

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

border-color css

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

 span { border-color: rgb(220,205,203); }

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