Html Css Color HEX #DCCDCA Mercury

📋 copy color: '#DCCDCA'

red 220 ◦ green 205 ◦ blue 202

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

Shades of Mercury #DCCDCA

Tints of Mercury #DCCDCA

RGB

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

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

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

R = 35.09%
G = 32.7%
B = 32.22%

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

#DCCDCA (or 0xDCCDCA) is known color: Mercury. HEX triplet: DC, CD and CA. RGB value is (220,205,202). Sum of RGB (Red+Green+Blue) = 220+205+202=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDCA is #233235. Grayscale: #D1D1D1. Windows color (decimal): -2306614 or 13290972. OLE color: 13290972.

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

Color convert

RGB 220 205 202 -
CMYK 0 0.07 0.08 0.14
HSL 10º 0.2% 0.83% -
HSV(B) 10º 0.08% 0.86% -
XYZ 62.01 63.14 64.8 -
YUV 209.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 220 205 202 0 0.07 0.08 0.14 10 0.2 0.83
Hex DC CD CA 0 7 8 E A 14 53
Octal 334 315 312 0 7 10 16 12 24 123
Binary 11011100 11001101 11001010 0 111 1000 1110 1010 10100 1010011

Color Harmonies of #DCCDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCDCA

Black with #DCCDCA

Text Example


Text Example

White with #DCCDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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